New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bakeryjs

Package Overview
Dependencies
Maintainers
1
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.5 to 0.0.1-beta.6

10

build/lib/bakeryjs/ComponentFactory.js

@@ -12,7 +12,7 @@ "use strict";

const componentNameParser_1 = require("./componentNameParser");
const VError = require("verror");
const verror_1 = require("verror");
const debug = require('debug')('bakeryjs:componentProvider');
function boxNotFoundError(name, baseURIs) {
const joinedUris = typeof baseURIs == 'string' ? baseURIs : baseURIs.join(',');
return new VError({
return new verror_1.VError({
name: 'BoxNotFound',

@@ -43,3 +43,3 @@ info: {

catch (error) {
return Promise.reject(new VError({
return Promise.reject(new verror_1.VError({
name: 'ComponentLoadError',

@@ -85,6 +85,6 @@ cause: error instanceof Error ? error : new Error(error),

}
if (VError.hasCauseWithName(reason, 'BoxNotFound')) {
if (verror_1.VError.hasCauseWithName(reason, 'BoxNotFound')) {
return;
}
throw new VError({
throw new verror_1.VError({
name: 'FactoryException',

@@ -91,0 +91,0 @@ message: 'ComponentFactory.create(%s) failed.',

{
"name": "bakeryjs",
"version": "0.0.1-beta.5",
"version": "0.0.1-beta.6",
"description": "FBP-inspired library",

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

Sorry, the diff of this file is not supported yet

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