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

select-pure

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-pure - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

package.json
{
"name": "select-pure",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pure JavaScript select component.",

@@ -78,2 +78,3 @@ "author": {

"eslint-config-hackerspot": "^1.0.0",
"pre-commit": "^1.2.2",
"rollup": "^0.58.2",

@@ -80,0 +81,0 @@ "rollup-plugin-babel": "^3.0.4",

@@ -697,2 +697,3 @@ import SelectPure from "./../src/index.js";

// eslint-disable-next-line no-magic-numbers
expect(hiddenOptions.length).toEqual(3);

@@ -708,2 +709,3 @@ expect(hiddenOptions[0].textContent).toBe("Washington");

// eslint-disable-next-line no-magic-numbers
expect(hiddenOptions.length).toEqual(4);

@@ -710,0 +712,0 @@ expect(hiddenOptions[0].textContent).toBe("New York");

Sorry, the diff of this file is not supported yet

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