Comparing version 1.2.0 to 1.2.1
#!/usr/bin/env node | ||
var resolve = require('style-deps/lib/resolve-style') | ||
var resolve = require('style-resolve') | ||
var sheetify = require('./sheetify') | ||
@@ -5,0 +5,0 @@ var subarg = require('subarg') |
{ | ||
"name": "sheetify", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
"main": "sheetify.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "faucet test/*.js" | ||
}, | ||
@@ -14,11 +14,13 @@ "author": "", | ||
"dependencies": { | ||
"xtend": "~2.1.2", | ||
"once": "~1.3.0", | ||
"style-deps": "^1.3.0", | ||
"subarg": "0.0.1", | ||
"style-deps": "^1.2.0" | ||
"xtend": "~2.1.2", | ||
"style-resolve": "0.0.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.4.2", | ||
"wrap-selectors": "~0.1.0" | ||
"wrap-selectors": "~0.1.0", | ||
"faucet": "0.0.1" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
var resolve = require('style-deps/lib/resolve-style') | ||
var styledeps = require('style-deps') | ||
var resolve = require('style-resolve') | ||
var xtend = require('xtend') | ||
@@ -19,2 +19,3 @@ | ||
this.transforms = [] | ||
this.entry = Array.isArray(entry) | ||
@@ -36,5 +37,6 @@ ? entry[0] | ||
return styledeps(this.entry, xtend(opts || {}, { | ||
transforms: this.transforms | ||
styledeps(this.entry, xtend(opts || {}, { | ||
transforms: this.transforms | ||
, modifiers: this.modifiers | ||
}), done) | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292
7306
5
3
2
+ Addedstyle-resolve@0.0.0
Updatedstyle-deps@^1.3.0