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

grunt-modernizr

Package Overview
Dependencies
Maintainers
1
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 0.1.2 to 0.1.3

10

lib/gruntifier.js
var Gruntifier = function (grunt, done, bust) {
// Config object
var config = grunt.config.get("modernizr");
var config = grunt.config.get("modernizr"),
_defaults = grunt.config.get("_modernizr.defaults"),
_private = grunt.config.get("_modernizr.private");

@@ -23,8 +25,2 @@ // Dependencies

// Default fallbacks
var _defaults = config._defaults;
// Private variables
var _private = config._private;
var _Gruntifier = function () {

@@ -31,0 +27,0 @@ this.stringMatches = {};

{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/doctyper/grunt-modernizr",

@@ -6,0 +6,0 @@ "author": {

@@ -15,3 +15,3 @@ /*

grunt.config.set("modernizr._defaults", {
grunt.config.set("_modernizr.defaults", {

@@ -95,3 +95,3 @@ // Path to the build you're using for development.

grunt.config.set("modernizr._private", {
grunt.config.set("_modernizr.private", {
"url" : {

@@ -98,0 +98,0 @@ "github" : "https://github.com/doctyper/grunt-modernizr",

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