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

d3-vx-helper

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-vx-helper - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

build/precache-manifest.4fcac5e5926a015ec0945103c762535c.js

2

build/asset-manifest.json

@@ -5,4 +5,4 @@ {

"index.html": "/callmedadaxin/d3-helper/index.html",
"precache-manifest.f006ff98422ee906939503c5dcc69cfb.js": "/callmedadaxin/d3-helper/precache-manifest.f006ff98422ee906939503c5dcc69cfb.js",
"precache-manifest.4fcac5e5926a015ec0945103c762535c.js": "/callmedadaxin/d3-helper/precache-manifest.4fcac5e5926a015ec0945103c762535c.js",
"service-worker.js": "/callmedadaxin/d3-helper/service-worker.js"
}

@@ -17,3 +17,3 @@ /**

importScripts(
"/callmedadaxin/d3-helper/precache-manifest.f006ff98422ee906939503c5dcc69cfb.js"
"/callmedadaxin/d3-helper/precache-manifest.4fcac5e5926a015ec0945103c762535c.js"
);

@@ -20,0 +20,0 @@

{
"name": "d3-vx-helper",
"version": "1.0.21",
"version": "1.0.22",
"description": "d3 and vx helper for our team",

@@ -5,0 +5,0 @@ "main": "build/static/js/main.js",

@@ -13,3 +13,3 @@ import React, { Component } from "react";

import { curveMonotoneX } from "@vx/curve";
import { trend } from "./constant";
import { trend } from "../constant";

@@ -16,0 +16,0 @@ const x = (d) => new Date(d.date);

@@ -20,2 +20,8 @@ import React from "react";

} = props;
console.log(
"%c===========begin=========",
"background: #000; color: #bada55"
);
console.log("ds11", curve);
console.log("%c===========end==========", "background: #000; color: #bada55");
return (

@@ -22,0 +28,0 @@ <Group className="area-graph">

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