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.4-alpha to 1.3.5-alpha

4

gwt/lib/common/gwt.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

@@ -58,3 +58,3 @@ var I, Keyword, Q, Result, _, assert, buildGwt, clearObjectProperties, hasNestedResults, hideAttributes, proxyOnSelf, uuid, withContext,

var keys;
keys = Object.keys(object);
keys = Object.keys(object || {});
keys.forEach(function(key) {

@@ -61,0 +61,0 @@ return Object.defineProperty(container, key, {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

@@ -3,0 +3,0 @@ var Q, actionMapper, assert, generateActions, generators, playbackActions, runTests, stepActionGenerator;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

@@ -3,0 +3,0 @@ module.exports = require('./v1');

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

@@ -3,0 +3,0 @@ module.exports = require('./common/gwt')({});

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

@@ -3,0 +3,0 @@ var _;

{
"name": "given-when-then",
"version": "1.3.4-alpha",
"version": "1.3.5-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