grunt-modernizr
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
### 2.1.1 | ||
- Updated dependencies | ||
### 2.1.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "grunt-modernizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "2.1.0", | ||
"homepage": "https://github.com/Modernizr/grunt-modernizr", | ||
"author": "Richard Herrera <rich@doctyper.com> (http://doctyper.com)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Modernizr/grunt-modernizr.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Modernizr/grunt-modernizr/issues" | ||
}, | ||
"license": "MIT", | ||
"version": "2.1.1", | ||
"main": "Gruntfile.js", | ||
@@ -19,2 +9,16 @@ "bin": { | ||
}, | ||
"bugs": "https://github.com/Modernizr/grunt-modernizr/issues", | ||
"homepage": "https://github.com/Modernizr/grunt-modernizr", | ||
"repository": "https://github.com/Modernizr/grunt-modernizr.git", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Modernizr", | ||
"url": "https://modernizr.com/" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Richard Herrera", | ||
"url": "https://twitter.com/doctyper" | ||
} | ||
], | ||
"engines": { | ||
@@ -24,3 +28,3 @@ "node": ">=6" | ||
"dependencies": { | ||
"customizr": "^1.4.0", | ||
"customizr": "^1.4.1", | ||
"lodash.merge": "^4.6.2" | ||
@@ -33,5 +37,5 @@ }, | ||
"grunt-contrib-jshint": "^2.1.0", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-contrib-nodeunit": "^2.1.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.1", | ||
"nexpect": "^0.6.0" | ||
@@ -38,0 +42,0 @@ }, |
@@ -62,3 +62,3 @@ # grunt-modernizr | ||
## License | ||
Copyright (c) 2019 The Modernizr team | ||
Copyright (c) 2020 The Modernizr team | ||
Licensed under the MIT license. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
183649
2
1
4
Updatedcustomizr@^1.4.1