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

npm-script-selector

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

npm-script-selector - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/app.js

@@ -1,2 +0,2 @@

#!/usr/bin/env ts-node
#!/usr/bin/env node
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -19,3 +19,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

ProgramName: 'NPM Script Selector',
Version: '1.0.1',
Version: '1.0.2',
Description: 'A CLI for finding npm scripts within a package and allowing a user to run them from the command line.',

@@ -22,0 +22,0 @@ Options: {

{
"name": "npm-script-selector",
"version": "1.0.1",
"version": "1.0.2",
"description": "A command line app for finding and running npm scripts within a project.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

#!/usr/bin/env ts-node
#!/usr/bin/env node

@@ -12,3 +12,3 @@ import { Command } from 'commander';

ProgramName: 'NPM Script Selector',
Version: '1.0.1',
Version: '1.0.2',
Description: 'A CLI for finding npm scripts within a package and allowing a user to run them from the command line.',

@@ -15,0 +15,0 @@ Options: {

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