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

ebuilder-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebuilder-js - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

babel.config.json

29

package.json
{
"name": "ebuilder-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "Highly configurable and easily manipulable elements in a single declaration, with a functionnal touch.",
"main": "index.js",
"main": "./package/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "NODE_ENV=development webpack --watch",
"dev": "NODE_ENV=development webpack",
"build": "NODE_ENV=production webpack",
"package": "tsc && babel package -d package && cp README.md package/README.md"
},

@@ -23,5 +27,20 @@ "repository": {

"bugs": {
"url": "https://github.com/gregoryalbouy/e-builder/issues"
"url": "https://github.com/gregoryalbouy/ebuilder/issues"
},
"homepage": "https://github.com/gregoryalbouy/e-builder#readme"
"homepage": "https://github.com/gregoryalbouy/ebuilder#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/node": "^14.0.1",
"clean-webpack-plugin": "^3.0.0",
"ts-loader": "^7.0.4",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/runtime": "^7.9.6"
}
}
Check.js
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