You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

customizr

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customizr - npm Package Compare versions

Comparing version

to
1.2.0

build/modernizr-custom.js

33

package.json
{
"name": "customizr",
"version": "1.1.0",
"version": "1.2.0",
"description": "Build out a lean, mean Modernizr machine.",

@@ -11,4 +11,3 @@ "main": "src",

"pretest": "node test/pretest.js",
"test": "node test/runner.js",
"postinstall": "node scripts/postinstall.js"
"test": "node test/runner.js"
},

@@ -30,19 +29,19 @@ "repository": {

"dependencies": {
"colors": "~1.3.0",
"cross-spawn": "~6.0.5",
"fast-deep-equal": "~2.0.1",
"glob": "~7.1.2",
"mkdirp": "~0.5.1",
"modernizr": "~3.6.0",
"nopt": "~4.0.1",
"optimist": "~0.6.1",
"promised-io": "~0.3.5",
"underscore": "~1.9.1"
"colors": "^1.3.3",
"cross-spawn": "^6.0.5",
"fast-deep-equal": "^2.0.1",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"modernizr": "^3",
"nopt": "^4.0.1",
"optimist": "^0.6.1",
"promised-io": "^0.3.5"
},
"devDependencies": {
"expect.js": "~0.3.1",
"fs-extra": "~6.0.1",
"mocha": "~5.2.0",
"nexpect": "~0.5.0"
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"mocha": "^6.0.2",
"nexpect": "^0.5.0"
}
}

@@ -1,2 +0,1 @@

/* jshint node: true */
module.exports = function (modernizrPath) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,6 +0,5 @@

/* jshint node: true */
module.exports = function (modernizrPath) {
"use strict";
var _ = require("underscore");
var _ = require("lodash");

@@ -7,0 +6,0 @@ // Dependencies

@@ -1,2 +0,1 @@

/* jshint node: true */
module.exports = function (settings, callback) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

/* jshint node: true */
module.exports = function (modernizrPath) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

/* jshint node: true */
module.exports = function (modernizrPath) {

@@ -12,3 +11,3 @@ "use strict";

mkdirp = require("mkdirp"),
_ = require("underscore");
_ = require("lodash");

@@ -49,3 +48,3 @@ // Lovingly lifted verbatim from Grunt: https://github.com/gruntjs/grunt/blob/master/lib/grunt/file.js

return {
_ : require("underscore"),
_ : require("lodash"),

@@ -52,0 +51,0 @@ file : {