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

@d3fc/d3fc-discontinuous-scale

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-discontinuous-scale - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

8

CHANGELOG.md

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

## 4.0.1 (2020-07-14)
**Note:** Version bump only for package @d3fc/d3fc-discontinuous-scale
# 4.0.0 (2020-04-16)

@@ -8,0 +16,0 @@

7

package.json
{
"name": "@d3fc/d3fc-discontinuous-scale",
"version": "4.0.0",
"version": "4.0.1",
"description": "A D3 scale that supports domains that are not continuous, allowing 'breaks' in the scale, for example skipping weekends for a date scale.",

@@ -20,7 +20,6 @@ "license": "MIT",

"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"test": " npx jasmine --config=../../scripts/jasmine.json",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-discontinuous-scale"
},
"dependencies": {
"@d3fc/d3fc-rebind": "^6.0.0"
"@d3fc/d3fc-rebind": "^6.0.1"
},

@@ -34,3 +33,3 @@ "peerDependencies": {

},
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8"
"gitHead": "3c6890b82dbb430bafd52420c0dd506861f16f5d"
}

@@ -8,8 +8,8 @@ import jsdom from 'jsdom';

virtualConsole: jsdom.createVirtualConsole().sendTo({
error: fail
error: done
}),
scripts: [
require.resolve('d3/dist/d3.js'),
'./node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js',
'./build/d3fc-discontinuous-scale.js'
require.resolve('../node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js'),
require.resolve('../build/d3fc-discontinuous-scale.js')
],

@@ -16,0 +16,0 @@ done: (_, win) => {

@@ -70,3 +70,3 @@ import {scaleTime, scaleLinear} from 'd3-scale';

var ticks = dateTime.ticks(100);
expect(ticks.length).toEqual(25);
expect(ticks).toHaveLength(25);
});

@@ -73,0 +73,0 @@ });

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