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

rheostat

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rheostat - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/algorithms/geometric.js

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Change Log

## [1.1.1] - 2016-06-27
### Added
- A geometric algorithm.
## [1.1.0] - 2016-06-22

@@ -10,0 +16,0 @@

7

package.json
{
"name": "rheostat",
"version": "1.1.0",
"version": "1.1.1",
"description": "Rheostat is a www, mobile, and accessible slider component built with React",

@@ -13,4 +13,4 @@ "main": "lib/Slider.js",

"storybook": "start-storybook -p 9001",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- -R tap test/*-test.js",
"test": "npm run build && npm run lint && npm run test:coverage",
"test:coverage": "babel-node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R tap 'test/**/*-test.js'",
"test:quick": "babel-node node_modules/.bin/_mocha -R tap test/*-test.js"

@@ -29,2 +29,3 @@ },

"babel-preset-airbnb": "^1.0.1",
"casual": "^1.5.3",
"chai": "^3.4.1",

@@ -31,0 +32,0 @@ "enzyme": "^1.3.1",

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