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 1.1.0-alpha to 1.2.0-alpha

17

gwt/lib/common/gwt.js

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

})();
exports.configure = function(arg1) {
var bddIt, ref;
bddIt = arg1.it;
return configure({
exports: exports,
options: _.extend({}, configOptions, {
bddIt: (ref = configOptions.bddIt) != null ? ref : bddIt
})
});
};
exports.result = makeResult = function(id) {

@@ -482,2 +492,5 @@ if (id == null) {

ref = options != null ? options : {}, bddIt = ref.bddIt, multipleIt = ref.multipleIt, world = ref.world;
if (bddIt == null) {
bddIt = configOptions.bddIt;
}
if (multipleIt == null) {

@@ -619,6 +632,6 @@ multipleIt = (ref1 = configOptions.defaults) != null ? ref1.multipleIt : void 0;

done: function(arg2) {
var bddIt, multipleIt, ref, world;
var bddIt, multipleIt, ref, ref1, world;
ref = arg2 != null ? arg2 : {}, multipleIt = ref.multipleIt, world = ref.world, bddIt = ref.it;
if (bddIt == null) {
bddIt = global.it;
bddIt = (ref1 = configOptions.bddIt) != null ? ref1 : global.it;
}

@@ -625,0 +638,0 @@ bddIt = only ? bddIt.only.bind(bddIt) : bddIt;

2

gwt/package.json
{
"name": "gwt",
"version": "1.1.0-alpha",
"version": "1.2.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