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.3-alpha to 1.3.4-alpha

10

gwt/lib/common/gwt.js

@@ -509,7 +509,9 @@ // Generated by CoffeeScript 1.9.2

chains = chains.concat([
{
thenFn: function() {
return typeof spec.done === "function" ? spec.done() : void 0;
[
{
thenFn: function() {
return typeof spec.done === "function" ? spec.done() : void 0;
}
}
}
]
]);

@@ -516,0 +518,0 @@ }

2

gwt/package.json
{
"name": "given-when-then",
"version": "1.3.3-alpha",
"version": "1.3.4-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