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.4 to 0.0.5

2

index.js

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

invariant(isFunction(callback), name + ' must be provided a function!');
fns[name].apply(fns, args.concat([function (done) {
return fns[name].apply(fns, args.concat([function (done) {
var promise = callback.call(_this);

@@ -25,0 +25,0 @@ invariant(promise instanceof Promise, name + ' must return a promise!');

{
"name": "jasmine-async-suite",
"version": "0.0.4",
"version": "0.0.5",
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rdy/jasmine-async-suite.git"
},
"author": "ryan.dy@gmail.com",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-core": "^6.7.6",

@@ -12,0 +16,0 @@ "babel-eslint": "^6.0.2",

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