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

@antv/layout

Package Overview
Dependencies
Maintainers
34
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/layout - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/layout.min.js

23

package.json
{
"name": "@antv/layout",
"version": "0.1.3",
"version": "0.1.4",
"description": "graph layout algorithm",

@@ -8,5 +8,7 @@ "main": "lib/index.js",

"types": "lib/index.d.ts",
"unpkg": "dist/layout.min.js",
"files": [
"es",
"lib"
"lib",
"dist"
],

@@ -20,3 +22,3 @@ "keywords": [

"scripts": {
"clean": "rimraf es lib",
"clean": "rimraf es lib dist",
"lint:es": "eslint --ext .js --fix",

@@ -28,3 +30,3 @@ "lint:ts": "tslint -c tslint.json -p tsconfig.json --fix",

"build:umd": "father build",
"build": "yarn run build:cjs && yarn run build:esm",
"build": "yarn run build:cjs && yarn run build:esm && yarn run dist",
"build:watch": "yarn build:esm --w",

@@ -35,3 +37,4 @@ "precommit": "lint-staged",

"coverage": "jest --coverage",
"test-live": "DEBUG_MODE=1 jest --watch __tests__"
"test-live": "DEBUG_MODE=1 jest --watch __tests__",
"dist": "webpack --config webpack.config.js --mode production"
},

@@ -47,3 +50,3 @@ "lint-staged": {

"dependencies": {
"@antv/g-webgpu": "^0.5.1",
"@antv/g-webgpu": "0.5.1",
"d3-force": "^2.0.1",

@@ -57,2 +60,3 @@ "dagre": "^0.8.5",

"@babel/core": "*",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "*",

@@ -64,2 +68,3 @@ "@babel/preset-typescript": "*",

"babel-jest": "*",
"babel-loader": "^8.2.2",
"eslint": "^7.11.0",

@@ -76,2 +81,3 @@ "eslint-config-airbnb-base": "^14.0.0",

"ts-jest": "^24.1.0",
"ts-loader": "^8.0.17",
"tslint": "^6.1.3",

@@ -82,3 +88,6 @@ "tslint-config-airbnb": "^5.11.2",

"typescript": "^4.0.3",
"father": "^2.30.1"
"webpack": "^5.23.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},

@@ -85,0 +94,0 @@ "release-it": {

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