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

machinepack

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

9

bin/machinepack-scrub.js

@@ -117,3 +117,10 @@ #!/usr/bin/env node

console.log();
console.log('OK! I double-checked that each machine in this pack has a test in the tests folder and created one if necessary. I also regenerated the README.md file.');
console.log('Whew! I gave this pack a good scrubbing.\n');
console.log(
' • regenerated the README.md file using the latest info from your package.json file\n'+
' • made sure your package.json file has a repo url in it; assuming this pack has a local repo (i.e. `.git` folder)\n'+
' • double-checked that each machine in this pack has a test in the tests folder and created new ones if necessary\n'+
' • ensured a `devDependency` on the proper version of `test-machinepack-mocha` in your package.json file\n'+
' • ensured you have the proper `npm test` script in your package.json file\n'
);
console.log();

@@ -120,0 +127,0 @@ },

2

package.json
{
"name": "machinepack",
"version": "2.2.2",
"version": "2.2.3",
"description": "CLI tool for working with machinepacks and their machines.",

@@ -5,0 +5,0 @@ "bin": {

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