Socket
Socket
Sign inDemoInstall

wkx

Package Overview
Dependencies
2
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.8 to 0.5.0

26

package.json
{
"name": "wkx",
"version": "0.4.8",
"version": "0.5.0",
"description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",

@@ -12,5 +12,5 @@ "main": "lib/wkx.js",

"scripts": {
"test": "jshint . && mocha",
"test": "jshint . && nyc mocha",
"build": "mkdirp ./dist && browserify -r buffer -r ./lib/wkx.js:wkx ./lib/wkx.js > ./dist/wkx.js && uglifyjs -c -m -- ./dist/wkx.js > ./dist/wkx.min.js",
"coveralls": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"coverage": "nyc report --reporter=text-lcov | coveralls"
},

@@ -20,13 +20,13 @@ "author": "Christian Schwarz",

"devDependencies": {
"async": "^3.1.0",
"browserify": "^16.3.0",
"coveralls": "^3.0.5",
"async": "^3.2.0",
"browserify": "^16.5.0",
"coveralls": "^3.0.11",
"deep-eql": "^4.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.10.2",
"jshint": "^2.11.0",
"json-stringify-pretty-compact": "^2.0.0",
"mkdirp": "^0.5.1",
"mocha": "^6.2.0",
"pg": "^7.12.0",
"uglify-js": "^3.6.0"
"mkdirp": "^1.0.3",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"pg": "^7.18.2",
"uglify-js": "^3.8.0"
},

@@ -52,2 +52,2 @@ "repository": {

}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc