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

@kepler.gl/constants

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kepler.gl/constants - npm Package Compare versions

Comparing version

to
3.1.0-alpha.0

15

package.json
{
"name": "@kepler.gl/constants",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0",
"version": "3.1.0-alpha.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"@kepler.gl/types": "3.0.0",
"@kepler.gl/types": "3.1.0-alpha.0",
"@types/d3-scale": "^3.2.2",

@@ -46,5 +46,2 @@ "@types/keymirror": "^0.1.1",

},
"engines": {
"node": ">=18.18.2"
},
"maintainers": [

@@ -54,6 +51,10 @@ "Shan He <heshan0131@gmail.com>",

],
"engines": {
"node": ">=18"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.17"
}
"yarn": "4.4.0"
},
"packageManager": "yarn@4.4.0"
}