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

machinepack-npm

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-npm - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

machines/fetch-info.js

2

machines/download-package.js
module.exports = {
friendlyName: 'Download package',
description: 'Stream the tarball for the NPM package+version to disk.',
description: 'Stream the tarball for the NPM package+version to disk, then extract it.',
extendedDescription: '',

@@ -5,0 +5,0 @@ cacheable: true,

{
"name": "machinepack-npm",
"version": "3.1.1",
"version": "4.0.0",
"description": "Work with the public NPM repository.",

@@ -17,10 +17,12 @@ "scripts": {

"async": "^0.9.0",
"enpeem": "^2.0.0",
"lodash": "^3.1.0",
"machine": "^4.0.0",
"machinepack-fs": "^2.3.0",
"machinepack-http": "^1.1.0",
"machinepack-process": "^1.0.1",
"machinepack-urls": "^3.0.0",
"request": "^2.51.0",
"semver": "^4.2.2",
"tar": "^1.0.3",
"enpeem": "^2.0.0"
"tar": "^1.0.3"
},

@@ -35,7 +37,11 @@ "devDependencies": {

"list-packages",
"get-package-json",
"parse-package-json",
"download-package",
"install-package",
"list-packages-with-details"
"list-packages-with-details",
"publish",
"unpublish",
"open-source",
"restrict",
"fetch-info"
],

@@ -42,0 +48,0 @@ "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-npm"

@@ -6,3 +6,3 @@ {

"using": {
"query": "sails"
"query": "sails-generate-backend"
},

@@ -9,0 +9,0 @@ "outcome": "success"

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