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

recharts-scale

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recharts-scale - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

umd/RechartsScale.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.4.5 (Mar 25, 2021)
### chore
- fix: previous release
## 0.4.4 (Mar 18, 2021)

@@ -2,0 +8,0 @@

6

package.json
{
"name": "recharts-scale",
"version": "0.4.4",
"version": "0.4.5",
"description": "Scale of Cartesian Coordinates",

@@ -24,4 +24,4 @@ "main": "lib/index",

"build-es6": "rimraf es6 && cross-env babel ./src -d es6",
"build-umd": "cross-env NODE_ENV=development BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd/RechartsScale.js",
"build-min": "cross-env NODE_ENV=production BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd/RechartsScale.min.js",
"build-umd": "cross-env NODE_ENV=development BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd",
"build-min": "cross-env NODE_ENV=production BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd",
"test": "nyc ava --verbose",

@@ -28,0 +28,0 @@ "autofix": "eslint src test --fix",

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