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

@neo4j-nvl/layout-workers

Package Overview
Dependencies
Maintainers
0
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/layout-workers - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5-6b3df132

17

package.json
{
"name": "@neo4j-nvl/layout-workers",
"version": "0.3.4",
"version": "0.3.5-6b3df132",
"license": "SEE LICENSE IN 'LICENSE.txt'",

@@ -21,7 +21,7 @@ "description": "Layout workers for the Neo4j Visualization Library",

"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "yarn global:tsc",
"watch": "yarn global:tsc -w",
"prepack": "cp ../../LICENSE.txt ./",
"postpack": "rm LICENSE.txt",
"eslint": "eslint ./src/ --ext .js,.mjs --plugin only-warn"
"eslint": "yarn global:eslint ./src/ --ext .js,.mjs --plugin only-warn"
},

@@ -42,10 +42,5 @@ "typedoc": {

"devDependencies": {
"@types/node": "^18.11.11",
"eslint": "8.38.0",
"typescript": "^5.4.5"
"@types/node": "^18.11.11"
},
"peerDependencies": {
"eslint": "*",
"typescript": "*"
}
"stableVersion": "0.3.5"
}
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