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.2.9 to 1.3.0

6

package.json
{
"name": "nodelayout",
"version": "1.2.9",
"version": "1.3.0",
"description": "For node Layout.",

@@ -24,2 +24,3 @@ "main": "lib/index.js",

"css-loader": "^6.4.0",
"d3": "^7.1.1",
"less": "^4.1.2",

@@ -30,5 +31,4 @@ "less-loader": "^10.1.0",

"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"d3": "^7.1.1"
"webpack-dev-server": "^4.3.1"
}
}

@@ -11,7 +11,16 @@ /* mode: development or production*/

filename: 'index.js',
library: "nodeLayout",
library: {
name: "nodeLayout",
type: "umd"
}
},
performance: { hints: false },
module: {
rules: [
{
test: /\.jsx?$/,
exclude: /(node_modules)/,
use: "babel-loader"
},
{
test: /\.less$/,

@@ -18,0 +27,0 @@ use: [

Sorry, the diff of this file is too big to display

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