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.2.0-alpha to 1.3.0-alpha

gwt/lib/fsm.js

10

gwt/lib/common/gwt.js

@@ -602,2 +602,12 @@ // Generated by CoffeeScript 1.9.2

},
call: function() {
var args, fn;
fn = arguments[0], args = 2 <= arguments.length ? slice.call(arguments, 1) : [];
return bdd(descriptionBuilder, promiseBuilder.then({
description: '',
thenFn: function(context) {
return getTap(fn)(context, {}, args);
}
}), options);
},
tap: function() {

@@ -604,0 +614,0 @@ var args, fn;

2

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