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.5 to 0.0.6

4

index.js

@@ -34,7 +34,7 @@ 'use strict';

install: function install() {
Object.assign(global, _extends({}, withAsync(oldJasmineFns)));
_extends(global, _extends({}, withAsync(oldJasmineFns)));
},
uninstall: function uninstall() {
Object.assign(global, oldJasmineFns);
_extends(global, oldJasmineFns);
}
};
{
"name": "jasmine-async-suite",
"version": "0.0.5",
"version": "0.0.6",
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests",

@@ -17,2 +17,3 @@ "main": "index.js",

"babel-eslint": "^6.0.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",

@@ -19,0 +20,0 @@ "babel-polyfill": "^6.7.4",

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