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

flinch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flinch - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "flinch",
"version": "0.2.0",
"version": "0.2.1",
"description": "Multitask with cat-like reflexes",

@@ -5,0 +5,0 @@ "author": "Bilal Quadri",

@@ -175,2 +175,3 @@ var onCmd = require('../../lib/commands/on')

it('keeps only the latest announcement when at is called last', function(done) {
this.timeout(4000);
processMock.expects('exit').withArgs(0).atLeast(1);

@@ -192,2 +193,3 @@ processMock.expects('exit').withArgs(1).never();

it('keeps only the latest announcement when gg is called last', function(done) {
this.timeout(4000);
processMock.expects('exit').withArgs(1).atLeast(1);

@@ -194,0 +196,0 @@ processMock.expects('exit').withArgs(0).never();

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