New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jasmine-async-suite

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-async-suite - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -24,3 +24,3 @@ 'use strict';

var promise = callback.call(_this);
invariant(promise instanceof Promise, name + ' must return a promise!');
invariant(promise && isFunction(promise.then), name + ' must return a promise!');
promise.then(done, done.fail);

@@ -27,0 +27,0 @@ }]));

{
"name": "jasmine-async-suite",
"version": "0.0.6",
"version": "0.0.7",
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests",

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

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