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

trackforce-nvd3

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trackforce-nvd3 - npm Package Compare versions

Comparing version 1.8.9 to 1.8.10

.vscode/settings.json

5

package.json
{
"name": "trackforce-nvd3",
"version": "1.8.9",
"version": "1.8.10",
"description": "A reusable charting library written in d3.js",

@@ -11,3 +11,4 @@ "url": "https://github.com/anjmao/nvd3",

"watch": "grunt watch",
"release": "grunt release"
"build:ts": "rm -rf ts-out && tsc",
"release": "yarn build:ts && grunt release"
},

@@ -14,0 +15,0 @@ "repository": {

4

src/models/multiBar.ts

@@ -1,2 +0,2 @@

nv.models.multiBar = function () {
(<any>nv.models).multiBar = function () {
"use strict";

@@ -42,3 +42,3 @@

var x0, y0 //used to store previous scales
, renderWatch = nv.utils.renderWatch(dispatch, duration);
, renderWatch: any = nv.utils.renderWatch(dispatch, duration);

@@ -45,0 +45,0 @@ var last_datalength = 0;

nv.models.multiBarHorizontal = function () {
(<any>nv.models).multiBarHorizontal = function () {
"use strict";

@@ -43,3 +43,3 @@

var x0, y0; //used to store previous scales
var renderWatch = nv.utils.renderWatch(dispatch, duration);
var renderWatch: any = nv.utils.renderWatch(dispatch, duration);

@@ -46,0 +46,0 @@ function chart(selection) {

@@ -1,3 +0,1 @@

declare var nv: any;
declare namespace d3 {

@@ -4,0 +2,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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