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

nodelayout

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodelayout - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

assets/img/index.png

22

package.json
{
"name": "nodelayout",
"version": "1.0.1",
"version": "1.0.2",
"description": "For node Layout.",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "webpack serve",
"watch": "webpack --watch",
"build": "webpack --progress"
},

@@ -18,3 +20,15 @@ "repository": {

},
"homepage": "https://github.com/fridaymeng/nodeLayout#readme"
"homepage": "https://github.com/fridaymeng/nodeLayout#readme",
"devDependencies": {
"css-loader": "^6.4.0",
"less": "^4.1.2",
"less-loader": "^10.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"d3": "^7.1.1"
}
}
# nodeLayout
<img src="assets/img/index.png" alt="" />
For node Layout.
demo/index.html
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