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

given-when-then

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

given-when-then - npm Package Compare versions

Comparing version 1.3.2-alpha to 1.3.3-alpha

20

gwt/lib/common/gwt.js

@@ -501,7 +501,17 @@ // Generated by CoffeeScript 1.9.2

}
chains[chains.length - 1].push({
thenFn: function() {
return typeof spec.done === "function" ? spec.done() : void 0;
}
});
if (chains.length) {
chains[chains.length - 1].push({
thenFn: function() {
return typeof spec.done === "function" ? spec.done() : void 0;
}
});
} else {
chains = chains.concat([
{
thenFn: function() {
return typeof spec.done === "function" ? spec.done() : void 0;
}
}
]);
}
return chains.forEach(function(chain, chainsIndex) {

@@ -508,0 +518,0 @@ var ref1, ref2;

{
"name": "given-when-then",
"version": "1.3.2-alpha",
"version": "1.3.3-alpha",
"description": "Given, when, then",

@@ -5,0 +5,0 @@ "main": "lib/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