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.1-alpha.3 to 1.3.1-alpha.4

11

gwt/lib/common/gwt.js

@@ -57,7 +57,6 @@ // Generated by CoffeeScript 1.9.2

proxyOnSelf = function(container, object) {
var j, key, keys, len;
var keys;
keys = Object.keys(object);
for (j = 0, len = keys.length; j < len; j++) {
key = keys[j];
Object.defineProperty(container, key, {
keys.forEach(function(key) {
return Object.defineProperty(container, key, {
get: function() {

@@ -69,3 +68,3 @@ return object[key];

});
}
});
return keys;

@@ -158,3 +157,3 @@ };

options: _.extend({}, configOptions, {
proxyResult: proxyResult,
proxyResult: proxyResult != null ? proxyResult : configOptions.proxyResult,
bddIt: (ref = configOptions.bddIt) != null ? ref : bddIt

@@ -161,0 +160,0 @@ })

{
"name": "given-when-then",
"version": "1.3.1-alpha.3",
"version": "1.3.1-alpha.4",
"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