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

@stordata/grammars

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stordata/grammars - npm Package Compare versions

Comparing version 1.0.20231102172507 to 1.0.20240130145513

dist/index.mjs

30

package.json
{
"name": "@stordata/grammars",
"version":"1.0.20231102172507",
"version":"1.0.20240130145513",
"type": "module",

@@ -8,3 +8,3 @@ "main": "dist/index.cjs",

{
"import": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"

@@ -29,3 +29,3 @@ }

"scripts": {
"build": "tsup",
"build": "unbuild",
"test": "npx mocha tests/**/*.spec.js",

@@ -36,16 +36,2 @@ "lint": "npx eslint src/**/*.js tests/**/*.js",

},
"tsup": {
"entry": [
"src/index.js"
],
"format": [
"cjs",
"esm"
],
"shims": true,
"sourcemap": true,
"noExternal": [
"antlr4"
]
},
"engines": {

@@ -55,11 +41,11 @@ "node": ">= 20"

"dependencies": {
"antlr4": "4.12.0"
"antlr4": "4.13.1-patch-1"
},
"devDependencies": {
"@stordata/eslint-config": "1.0.20230408020835",
"chai": "4.3.7",
"eslint": "8.38.0",
"@stordata/eslint-config": "1.0.20231216000803",
"chai": "5.0.3",
"eslint": "8.56.0",
"mocha": "10.2.0",
"tsup": "6.7.0"
"unbuild": "2.0.0"
}
}

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