cpr-select
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "cpr-select", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A consistently styled cross-browser and keyboard friendly select component", | ||
@@ -9,4 +9,4 @@ "main": "lib/select.js", | ||
"dist": "webpack --optimize-minimize", | ||
"compile": "node node_modules/babel/bin/babel.js src --out-dir lib", | ||
"build": "npm run dist && npm run compile" | ||
"compile": "node node_modules/babel/bin/babel.js src --out-dir lib", | ||
"build": "npm run dist && npm run compile" | ||
}, | ||
@@ -48,4 +48,4 @@ "repository": { | ||
"optionalDependencies": { | ||
"canopy-styleguide": "^1.3.2" | ||
"canopy-styleguide": "*" | ||
} | ||
} |
@@ -68,3 +68,3 @@ import React from 'react'; | ||
dialogDisplayed: true, | ||
selectedIndex: !selectedIndex ? 0 : selectedIndex - 1 | ||
selectedIndex: selectedIndex === undefined ? 0 : selectedIndex - 1 | ||
}); | ||
@@ -71,0 +71,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
57865
1