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

assert-pm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-pm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

Readme.md

6

index.js

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

const argv = require('yargs')
.usage('Usage: $0 --message "Please use yarn"')
.option('message', {
default: ''
})
.usage('Usage: $0 yarn --message "Please use yarn"')
.option('message')
.demand(1).argv;

@@ -11,0 +9,0 @@

{
"name": "assert-pm",
"description":
"Assert that a package manager was used when running a yarn/npm script.",
"version": "1.0.0",
"description": "Assert that a package manager was used when running a yarn/npm script.",
"version": "1.0.1",
"main": "index.js",

@@ -7,0 +6,0 @@ "license": "MIT",

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