Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@go-task/go-npm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@go-task/go-npm - npm Package Compare versions

Comparing version 0.1.18 to 0.2.0

.editorconfig

10

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

2

README.md

@@ -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

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