New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@navigraph/charts

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navigraph/charts - npm Package Compare versions

Comparing version
2.0.5
to
2.1.0
+5
-4
package.json
{
"name": "@navigraph/charts",
"version": "2.0.5",
"version": "2.1.0",
"license": "MIT",

@@ -38,4 +38,4 @@ "description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",

"dependencies": {
"@navigraph/auth": "2.5.2",
"@navigraph/app": "1.3.6"
"@navigraph/auth": "2.6.0",
"@navigraph/app": "1.4.0"
},

@@ -47,3 +47,4 @@ "module": "dist/index.esm.js",

"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},

@@ -50,0 +51,0 @@ "./package.json": "./package.json"