Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-modernizr

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-modernizr - npm Package Compare versions

Comparing version 1.0.3 to 2.0.1

17

CHANGELOG.md
# 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 @@

35

package.json
{
"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 () {

});
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc