grunt-modernizr
Advanced tools
Comparing version 1.0.3 to 2.0.1
# Changelog | ||
### 2.0.1 | ||
- Updated dependencies | ||
### 2.0.0 | ||
- Use published versions of modernizr and customizr | ||
- Remove postinstall script | ||
- Require Node 6 | ||
- Updated dependencies | ||
### 1.0.3 | ||
- Fixed customizr url | ||
- Respect --no-color flag (#150) | ||
- Updated documentation | ||
### 1.0.2 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "grunt-modernizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "1.0.3", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/Modernizr/grunt-modernizr", | ||
@@ -14,8 +14,3 @@ "author": "Richard Herrera <rich@doctyper.com> (http://doctyper.com)", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/Modernizr/grunt-modernizr/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "Gruntfile.js", | ||
@@ -26,22 +21,20 @@ "bin": { | ||
"engines": { | ||
"node": "*" | ||
"node": ">=6" | ||
}, | ||
"dependencies": { | ||
"customizr": "https://github.com/Modernizr/customizr/tarball/develop", | ||
"lodash.merge": "^4.0.1" | ||
"customizr": "^1.2.1", | ||
"lodash.merge": "^4.6.1" | ||
}, | ||
"devDependencies": { | ||
"assert": "~1.1.0", | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-jshint": "~0.7.0", | ||
"grunt-contrib-nodeunit": "0.4.1", | ||
"grunt-contrib-watch": "~0.3.1", | ||
"mocha": "~1.17.0", | ||
"modernizr": "https://github.com/Modernizr/Modernizr/tarball/master", | ||
"nexpect": "~0.3.0" | ||
"assert": "^1.4.1", | ||
"grunt": "^1.0.4", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-jshint": "^2.1.0", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"mocha": "^6.1.4", | ||
"nexpect": "^0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt clean; node test/runner.js", | ||
"postinstall": "node postinstall.js" | ||
"test": "grunt clean && mocha test/runner.js" | ||
}, | ||
@@ -48,0 +41,0 @@ "keywords": [ |
@@ -27,5 +27,2 @@ # grunt-modernizr | ||
[grunt]: https://github.com/cowboy/grunt | ||
[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md | ||
## Documentation | ||
@@ -63,3 +60,3 @@ | ||
#### Available Settings | ||
##### See the [customizr repository](https://github.com/doctyper/customizr#config-file) for valid settings. | ||
##### See the [customizr repository](https://github.com/Modernizr/customizr#config-file) for valid settings. | ||
@@ -66,0 +63,0 @@ ## License |
@@ -5,4 +5,3 @@ "use strict"; | ||
assert = require("assert"), | ||
nexpect = require("nexpect"), | ||
modernizr = require("../"); | ||
nexpect = require("nexpect"); | ||
@@ -29,5 +28,3 @@ describe("grunt-modernizr", function () { | ||
}); | ||
}); | ||
}); |
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
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
8
0
3
2
102343
22
2428
64
+ Addedabbrev@1.1.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcamelcase@5.3.1(transitive)
+ Addedcliui@6.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolors@1.4.0(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedcustomizr@1.4.1(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addeddoctrine@3.0.0(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedentities@3.0.1(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfile@0.2.2(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedlinkify-it@4.0.1(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmarkdown-it@13.0.2(transitive)
+ Addedmdurl@1.0.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@0.0.101.2.8(transitive)
+ Addedmkdirp@0.5.61.0.4(transitive)
+ Addedmodernizr@3.13.1(transitive)
+ Addednopt@4.0.3(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedos-homedir@1.0.2(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedosenv@0.1.5(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpromised-io@0.3.6(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedrequire-main-filename@2.0.0(transitive)
+ Addedrequirejs@2.3.7(transitive)
+ Addedset-blocking@2.0.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addeduc.micro@1.0.6(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwhich-module@2.0.1(transitive)
+ Addedwordwrap@0.0.3(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@15.4.1(transitive)
+ Addedyargs-parser@18.1.3(transitive)
Updatedcustomizr@^1.2.1
Updatedlodash.merge@^4.6.1