@go-task/go-npm
Advanced tools
Comparing version 0.1.18 to 0.2.0
{ | ||
"name": "@go-task/go-npm", | ||
"version": "0.1.18", | ||
"version": "0.2.0", | ||
"description": "Distribute and install Go binaries via NPM", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"test": "jest --silent", | ||
"build": "rm -rf ./bin && esbuild --bundle src/index.js --outfile=\"./bin/index.js\" --platform=node --target=es6 --minify-whitespace", | ||
@@ -23,10 +23,12 @@ "prepublishOnly": "npm i && npm run build" | ||
"devDependencies": { | ||
"adm-zip": "0.5.10", | ||
"esbuild": "^0.12.17", | ||
"jest": "^24.5.0", | ||
"jest": "29.5.0", | ||
"mkdirp": "^1.0.4", | ||
"mock-fs": "^5.2.0", | ||
"nock": "^13.3.1", | ||
"request": "^2.88.2", | ||
"tar": "^2.2.2", | ||
"unzipper": "0.10.10", | ||
"used-pm": "^1.0.0" | ||
} | ||
} |
@@ -10,2 +10,4 @@ ## Go NPM | ||
* Fixed installation path on Windows ([#4](https://github.com/go-task/go-npm/issues/4), [#5](https://github.com/go-task/go-npm/pull/5)). | ||
* Fixed installation path in newer Node versions ([go-task/task#1190](https://github.com/go-task/task/issues/1190), [#8](https://github.com/go-task/go-npm/pull/8)). | ||
* Migrate from `unzipper` to `adm-zip` to fix ZIP extraction bugs ([#7](https://github.com/go-task/go-npm/issues/7), [#9](https://github.com/go-task/go-npm/pull/9)). | ||
@@ -12,0 +14,0 @@ ### (@gzuidhof): MODIFICATIONS FROM BASE `go-npm` PACKAGE |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1425554
13
11884
129
9