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

azzor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azzor - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.js

35

package.json
{
"name": "azzor",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "Download a zip file from an url and extract it in a directory",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release:major": "npm version major",
"release:minor": "npm version minor",
"release:patch": "npm version patch",
"postversion": "npm publish && git push --follow-tags",
"test": "mocha test"
},
"author": "",
"license": "ISC"
"keywords": [
"download",
"zip",
"url",
"directory"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fabioricali/azzor.git"
},
"homepage": "https://github.com/fabioricali/azzor#readme",
"bugs": {
"url": "https://github.com/fabioricali/azzor/issues"
},
"author": "Fabio Ricali",
"license": "MIT",
"devDependencies": {
"mocha": "^10.1.0"
},
"dependencies": {
"adm-zip": "^0.5.9",
"axios": "^1.2.0"
}
}
.idea/dictionaries
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