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

gwt

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gwt - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

gwt/lib/index.js

@@ -193,2 +193,5 @@ // Generated by CoffeeScript 1.9.1

return fullDescription;
},
combine: function(nextDescription) {
return buildDescription("" + fullDescription + (nextDescription.get()));
}

@@ -296,2 +299,3 @@ };

promiseBuilder: promiseBuilder,
descriptionBuilder: descriptionBuilder,
crossCombineResults: crossCombineResults,

@@ -356,3 +360,3 @@ resultTo: function(result) {

});
return bdd(descriptionBuilder, nextPromiseBuilder);
return bdd(descriptionBuilder.combine(rightBdd.descriptionBuilder), nextPromiseBuilder);
},

@@ -359,0 +363,0 @@ done: function(arg1) {

2

gwt/package.json
{
"name": "gwt",
"version": "0.0.5",
"version": "0.0.6",
"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