Socket
Socket
Sign inDemoInstall

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.2 to 0.2.3

test/setup.js

12

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

@@ -37,11 +37,11 @@ "author": "Bilal Quadri",

"dependencies": {
"commander": "2.1.x",
"request": "2.33.x",
"commander": "2.2.x",
"request": "2.34.x",
"cli-color": "0.2.x",
"underscore": "1.5.x",
"underscore": "1.6.x",
"growl": "1.7.x"
},
"devDependencies": {
"mocha": "1.17.x",
"sinon": "1.8.x",
"mocha": "1.18.x",
"sinon": "1.9.x",
"chai": "1.9.x",

@@ -48,0 +48,0 @@ "sinon-chai": "2.5.x"

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

it('makes a POST request to the server and gets a status code of 0', function(done) {
this.timeout(4000);
mute();

@@ -80,2 +81,3 @@ atCmd.call(context, event, {

it('makes a POST request to the server and gets a status code of 1', function(done) {
this.timeout(4000);
mute();

@@ -82,0 +84,0 @@ ggCmd.call(context, event, {callback: function(err, res, body) {

Sorry, the diff of this file is not supported yet

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