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

systema-constants-layout

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systema-constants-layout - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

example.js

16

package.json
{
"name": "systema-constants-layout",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"build": "babel src --out-dir .",
"build-example": "internal-example",
"clean": "rm -f -- index.js",
"dev": "internal-serve-example",
"format": "internal-formatting-format",
"lint": "internal-formatting-lint",
"prepublish": "yarn build",
"build": "BABEL_ENV=production node_modules/.bin/babel src --out-dir .",
"dev": "echo dev not available for constants && exit 1"
"serve": "internal-serve-example"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2"
"babel-preset-env": "^1.5.2",
"internal-example": "*",
"internal-formatting": "*",
"internal-serve-example": "*"
}
}
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