Socket
Socket
Sign inDemoInstall

bandersnatch

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandersnatch - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

4

lib/program.d.ts

@@ -5,5 +5,5 @@ import TypedEventEmitter from 'typed-emitter';

import { Repl } from './repl';
interface Events {
declare type Events = {
run: (command: string | readonly string[]) => void;
}
};
declare type ProgramOptions = {

@@ -10,0 +10,0 @@ /**

{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.9.1",
"version": "1.9.2",
"repository": {

@@ -42,3 +42,3 @@ "type": "git",

"string-argv": "^0.3.1",
"typed-emitter": "^1.3.1",
"typed-emitter": "^2.0.0",
"yargs": "^17.1.1"

@@ -45,0 +45,0 @@ },

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