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

download-yue

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

download-yue - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

download-yue.js

@@ -30,5 +30,4 @@ #!/usr/bin/env node

})
unzipper.on('error', () => {
fs.unlinkSync(filename)
reject('error')
unzipper.on('error', (error) => {
reject(error)
})

@@ -35,0 +34,0 @@ unzipper.extract({path: target})

4

package.json
{
"name": "download-yue",
"version": "1.0.2",
"version": "1.0.3",
"description": "Download releases of Yue",

@@ -14,3 +14,3 @@ "repository": "https://github.com/yue/download-yue",

"decompress-zip": "0.0.4",
"github-releases": "0.4.0"
"github-releases": "0.4.x"
},

@@ -17,0 +17,0 @@ "engines": {

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