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

@geoblocks/d3-helper

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geoblocks/d3-helper - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

9

package.json
{
"name": "@geoblocks/d3-helper",
"version": "1.0.4",
"version": "1.0.5",
"description": "d3 helper classes",

@@ -18,2 +18,4 @@ "license": "bsd",

],
"main": "lib/index.js",
"module": "lib/index.js",
"types": [

@@ -26,5 +28,4 @@ "lib/index.d.ts"

"doc": "typedoc --out apidoc --theme minimal --readme none --hideGenerator --listInvalidSymbolLinks --toc none",
"lint": "npm run tslint && npm run typecheck",
"start": "parcel serve --port 8080 examples/**/*.html",
"tslint": "tslint src/*.ts examples/**/*.js"
"lint": "tslint src/*.ts",
"start": "parcel serve --port 8080 examples/**/*.html"
},

@@ -31,0 +32,0 @@ "dependencies": {

@@ -50,4 +50,3 @@ # d3-helper

npm version patch
npm publish
git push --tags origin master
npm run build && npm publish && git push --tags origin master
```

@@ -54,0 +53,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