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

bakeryjs

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bakeryjs - npm Package Compare versions

Comparing version 0.0.1-beta.16 to 0.0.1-beta.17

4

build/lib/bakeryjs/Box.js

@@ -173,3 +173,3 @@ "use strict";

catch (error) {
if (error instanceof Error) {
if (!(error instanceof Error)) {
error = new Error(error.toString());

@@ -385,3 +385,3 @@ }

catch (error) {
if (error instanceof Error) {
if (!(error instanceof Error)) {
error = new Error(error.toString());

@@ -388,0 +388,0 @@ }

{
"name": "bakeryjs",
"version": "0.0.1-beta.16",
"version": "0.0.1-beta.17",
"description": "FBP-inspired library",

@@ -5,0 +5,0 @@ "main": "build/index",

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