ebuilder-js
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
109135
21
1552
0
1
1
210
1
10
1
1
+ Added@babel/runtime@^7.9.6
+ Added@babel/runtime@7.26.9(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)