New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-range-progress

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-range-progress - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

8

package.json
{
"name": "react-range-progress",
"version": "1.1.0",
"version": "2.0.0",
"description": "Component for react to ease styling of range inputs.",

@@ -45,2 +45,3 @@ "main": "dist/index.js",

"faucet": "0.0.1",
"ghooks": "1.3.2",
"react": "15.3.1",

@@ -55,3 +56,8 @@ "react-addons-test-utils": "15.3.1",

"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"pre-commit": "npm run test"
}
}
}

2

src/test.js

@@ -19,3 +19,3 @@ import React from 'react'

var allInputs = component.findByQuery('input')
// Test component props and content
// Test component props and content
// t.equal(component.props.className, 'default-class', 'ClassName props of component should equal "share"')

@@ -22,0 +22,0 @@ // t.equal(component.text, 'share', 'Label props of component should be rendered as Button text "share"')

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