reworkcss
Repos
30

Events

started
Created at 4 hours ago
Created at 1 day ago
started
Created at 3 days ago
fork
Created at 3 weeks ago
started
Created at 3 weeks ago
started
Created at 3 weeks ago
Created at 3 weeks ago
issue comment
Trying to get in touch regarding a security issue

I tried to contact them to have details. Except for asking meeting, I didn't receive any details of a security issue. It might be fixed due to the changes I have done on regex and I think it might be something related to that. I don't see how this could be used or leveraged for attacks except maybe DOS but a lot of the consumers of the package (if not all) would not be impacted.

Created at 1 month ago
started
Created at 1 month ago
started
Created at 1 month ago
Created at 1 month ago
started
Created at 1 month ago
issue comment
Trying to get in touch regarding a security issue

@holblin is the issue fixed in your fork?

Created at 1 month ago
issue comment
@layer is not supported with css v3

I created a pul req for this in the adobe fork: https://github.com/adobe/css-tools/pull/97

Created at 1 month ago
Created at 1 month ago
started
Created at 1 month ago
Created at 1 month ago
started
Created at 1 month ago
started
Created at 1 month ago
started
Created at 1 month ago
started
Created at 1 month ago
closed issue
Async plugins

Dupe of #2 but I got an actual API proposition

What about this

// sync
rework(css).use(plugin).toString()

// async; promise-based
rework(css)
  .then(function(object) {
    return plugin(object);
  })
  .then(function(object) {
    return object.toString();
  })

// or similar

@necolas

Created at 1 month ago
Created at 1 month ago
started
Created at 1 month ago
started
Created at 1 month ago
Created at 1 month ago
Created at 2 months ago
Created at 2 months ago
started
Created at 2 months ago
Created at 2 months ago