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

dxf-parser

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dxf-parser - npm Package Compare versions

Comparing version 0.6.1 to 1.0.0-alpha.1

src/AutoCadColorIndex.js

23

package.json
{
"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

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