cp-multi-selector
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -6,3 +6,3 @@ /*! | ||
* license: MIT | ||
* version: 2.0.3 | ||
* version: 2.0.4 | ||
*/ | ||
@@ -126,3 +126,5 @@ exports['cp-multi-selector'] = function (modules) { | ||
array.map(function (item) { | ||
item.display_name = item.name; | ||
if (item) { | ||
item.display_name = item.name; | ||
} | ||
return item; | ||
@@ -343,4 +345,4 @@ }); | ||
if (!content.locals) { | ||
module.hot.accept('!!./../node_modules/css-loader/index.js!./../node_modules/autoprefixer-loader/index.js!./multi-selector.css', function () { | ||
var newContent = require('!!./../node_modules/css-loader/index.js!./../node_modules/autoprefixer-loader/index.js!./multi-selector.css'); | ||
module.hot.accept('!!../node_modules/css-loader/index.js!../node_modules/autoprefixer-loader/index.js!./multi-selector.css', function () { | ||
var newContent = require('!!../node_modules/css-loader/index.js!../node_modules/autoprefixer-loader/index.js!./multi-selector.css'); | ||
if (typeof newContent === 'string') | ||
@@ -439,3 +441,3 @@ newContent = [[ | ||
}, isOldIE = memoize(function () { | ||
return /msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase()); | ||
return /msie [6-9]\b/.test(self.navigator.userAgent.toLowerCase()); | ||
}), getHeadElement = memoize(function () { | ||
@@ -442,0 +444,0 @@ return document.head || document.getElementsByTagName('head')[0]; |
{ | ||
"name": "cp-multi-selector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Component Description", | ||
@@ -5,0 +5,0 @@ "main": "build/cp-multi-selector.js", |
@@ -58,3 +58,5 @@ var _ = require('lodash'); | ||
array.map((item) => { | ||
item.display_name = item.name; | ||
if (item) { | ||
item.display_name = item.name; | ||
} | ||
return item; | ||
@@ -61,0 +63,0 @@ }) |
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
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
58655
1196
1