New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.0.3

6

package.json
{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/Modernizr/grunt-modernizr",

@@ -17,3 +17,3 @@ "author": "Richard Herrera <rich@doctyper.com> (http://doctyper.com)",

"type": "MIT",
"url": "https://github.com/doctyper/grunt-modernizr/blob/master/LICENSE-MIT"
"url": "https://github.com/Modernizr/grunt-modernizr/blob/master/LICENSE-MIT"
}

@@ -29,3 +29,3 @@ ],

"dependencies": {
"customizr": "https://github.com/doctyper/customizr/tarball/develop",
"customizr": "https://github.com/Modernizr/customizr/tarball/develop",
"lodash.merge": "^4.0.1"

@@ -32,0 +32,0 @@ },

@@ -7,3 +7,3 @@ # grunt-modernizr

A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/doctyper/customizr).
A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/Modernizr/Modernizr).

@@ -33,3 +33,3 @@ ## Usage

### For Full Features & Configuration? → [See Customizr(https://github.com/modernizr/customizr#config-file
### For Full Features & Configuration? → [See Customizr](https://github.com/modernizr/customizr#config-file)

@@ -45,7 +45,6 @@ Run the task with `grunt modernizr:dist`.

dist: {
"dest" : "build/modernizr-custom.js",
"parseFiles": true,
"customTests": [],
"devFile": "/PATH/TO/modernizr-dev.js",
"outputFile": "/PATH/TO/modernizr-output.js",
"dest": "/PATH/TO/modernizr-output.js",
"tests": [

@@ -52,0 +51,0 @@ // Tests

@@ -30,2 +30,7 @@ /*

var settings = _merge(this.options(), this.data);
var noColors = grunt.option('no-color') === true;
if (noColors) {
settings.noColors = true;
}

@@ -32,0 +37,0 @@ // Go!

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