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

@neo4j-cypher/antlr4-simple

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-cypher/antlr4-simple - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0-next.3

21

package.json

@@ -7,3 +7,3 @@ {

],
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"author": "Neo4j Inc.",

@@ -13,2 +13,11 @@ "license": "GPL-3.0",

"module": "./es/index.js",
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.js"
},
"./src/index.js": {
"import": "./src/index.js"
}
},
"repository": {

@@ -38,10 +47,10 @@ "type": "git",

"dependencies": {
"@babel/runtime": "^7.20.6",
"@neo4j-cypher/antlr4-browser": "1.0.0-next.0"
"@babel/runtime": "^7.20.13",
"@neo4j-cypher/antlr4-browser": "1.0.0-next.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-regenerator": "^7.20.5",

@@ -48,0 +57,0 @@ "@babel/plugin-transform-runtime": "^7.19.6",

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