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

@beautiful-code/vanilla-bean

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beautiful-code/vanilla-bean - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

4

dist/support/mocha/MochaCompat.js

@@ -38,4 +38,4 @@ 'use strict';

testFunction: function testFunction(func) {
return function (test) {
return func(test);
return function () {
return func.apply(undefined, arguments);
};

@@ -42,0 +42,0 @@ },

@@ -12,2 +12,4 @@ 'use strict';

var _ConsoleUtils = require('../lib/ConsoleUtils');
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }

@@ -97,3 +99,3 @@

} catch (err) {
error(err);
(0, _ConsoleUtils.error)(err);
_this.validateTest(err, expected);

@@ -106,3 +108,3 @@ }

}, function (err) {
error(err);
(0, _ConsoleUtils.error)(err);
_this.validateTest(err, expected);

@@ -109,0 +111,0 @@ });

@@ -18,2 +18,4 @@ 'use strict';

var _ConsoleUtils = require('../lib/ConsoleUtils');
var _Test = require('./Test');

@@ -20,0 +22,0 @@

{
"name": "@beautiful-code/vanilla-bean",
"version": "0.0.1",
"version": "0.0.3",
"description": "One Paragraph of project description goes here",

@@ -5,0 +5,0 @@ "main": "dist/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