dxf-parser
Advanced tools
Comparing version 0.6.1 to 1.0.0-alpha.1
{ | ||
"name": "dxf-parser", | ||
"version": "0.6.1", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Parse dxf files into a readable, logical js object.", | ||
"main": "index.js", | ||
"main": "dist/dxf-parser.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
"browserify": "node scripts/browserify", | ||
"test": "mocha test" | ||
"test": "mocha --require @babel/register test", | ||
"start": "webpack --mode development", | ||
"build": "webpack --mode production" | ||
}, | ||
@@ -25,5 +27,10 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/register": "^7.0.0", | ||
"approvals": "^2.1.2", | ||
"browserify": "^11.0.1", | ||
"should": "^6.0.1" | ||
"mocha": "^5.2.0", | ||
"should": "^6.0.1", | ||
"webpack": "^4.29.5", | ||
"webpack-cli": "^3.2.3" | ||
}, | ||
@@ -38,3 +45,7 @@ "dependencies": { | ||
"reader" | ||
], | ||
"files": [ | ||
"dist", | ||
"src" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
90823
8
25
2001
1