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

cpr-select

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpr-select - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

package.json
{
"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 @@

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