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

@visactor/vgrammar-util

Package Overview
Dependencies
Maintainers
15
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visactor/vgrammar-util - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

34

package.json
{
"name": "@visactor/vgrammar-util",
"version": "0.8.4",
"version": "0.8.5",
"description": "The common utils functions of VGrammar",

@@ -26,2 +26,12 @@ "keywords": [

],
"scripts": {
"compile": "tsc --noEmit",
"eslint": "eslint --debug --fix src/",
"build": "bundle --clean",
"dev": "bundle --clean -f es -w",
"start": "vite ./vite",
"test": "jest",
"test-cov": "jest -w 16 --coverage",
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {

@@ -31,2 +41,5 @@ "@visactor/vutils": "~0.16.7"

"devDependencies": {
"@internal/bundler": "0.0.1",
"@internal/eslint-config": "0.0.1",
"@internal/ts-config": "0.0.1",
"@rushstack/eslint-patch": "~1.1.4",

@@ -36,2 +49,3 @@ "eslint": "~8.18.0",

"typescript": "4.9.5",
"@internal/jest-config": "0.0.1",
"jest": "~29.5.0",

@@ -42,7 +56,3 @@ "jest-environment-jsdom": "~29.5.0",

"@types/jest": "~29.5.0",
"@types/node": "*",
"@internal/bundler": "0.0.1",
"@internal/eslint-config": "0.0.1",
"@internal/ts-config": "0.0.1",
"@internal/jest-config": "0.0.1"
"@types/node": "*"
},

@@ -52,13 +62,3 @@ "publishConfig": {

"registry": "https://registry.npmjs.org/"
},
"scripts": {
"compile": "tsc --noEmit",
"eslint": "eslint --debug --fix src/",
"build": "bundle --clean",
"dev": "bundle --clean -f es -w",
"start": "vite ./vite",
"test": "jest",
"test-cov": "jest -w 16 --coverage",
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
}
}
}
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