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

@d3fc/d3fc-random-data

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-random-data - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# 4.0.0 (2020-04-16)
### chore
* consolidate dependencies ([79b7d1f](https://github.com/d3fc/d3fc/commit/79b7d1f))
### BREAKING CHANGES
* d3fc no longer has a direct dependency on d3. Add the
dependency directly to your package instead.
# 3.1.0 (2020-03-19)

@@ -8,0 +25,0 @@

15

package.json
{
"name": "@d3fc/d3fc-random-data",
"version": "3.1.0",
"version": "4.0.0",
"description": "Components for generating random data series based on stochastic processes",

@@ -28,13 +28,16 @@ "license": "MIT",

"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"test": "npx jasmine --config=../../scripts/jasmine.json"
"test": " npx jasmine --config=../../scripts/jasmine.json",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-random-data"
},
"dependencies": {
"@d3fc/d3fc-rebind": "^5.0.10",
"d3-random": "^1.0.0",
"d3-time": "^1.0.0"
"@d3fc/d3fc-rebind": "^6.0.0"
},
"peerDependencies": {
"d3-random": "*",
"d3-time": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8a27597494353a1441a1a71ca06707d9e28c4381"
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8"
}
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