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.0-alpha to 1.3.1-alpha

24

gwt/lib/common/gwt.js

@@ -115,2 +115,9 @@ // Generated by CoffeeScript 1.9.2

},
call: function() {
var ref;
return (ref = describeScenario(spec(), {
only: only,
counts: counts
})).call.apply(ref, arguments);
},
verifySpecHasBeenCovered: function() {

@@ -153,3 +160,4 @@ return it('Verify that all descriptions in the specification have been covered', function() {

WHEN: Object.keys(spec.WHEN || {}),
TAP: Object.keys(spec.TAP || {})
TAP: Object.keys(spec.TAP || {}),
CALL: Object.keys(spec.TAP || {})
};

@@ -199,2 +207,11 @@ counts = {

},
CALL: {
called: function(description) {
var base;
if ((base = counts.TAP)[description] == null) {
base[description] = 0;
}
return counts.TAP[description]++;
}
},
getUncovered: function() {

@@ -381,5 +398,6 @@ return {

return chains.forEach(function(chain, chainsIndex) {
return bddIt("" + (_.find(chain, function(c) {
var ref1, ref2;
return bddIt("" + ((ref1 = (ref2 = _.find(chain, function(c) {
return c.description;
}).description), function(done) {
})) != null ? ref2.description : void 0) != null ? ref1 : ''), function(done) {
chain.forEach(function(arg3) {

@@ -386,0 +404,0 @@ var thenFn;

2

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