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

@bookshop/browser

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bookshop/browser - npm Package Compare versions

Comparing version 2.0.0-beta.24 to 2.0.0-beta.25

.nyc_output/8f6d8336-d041-4e38-92c3-02060099ec09.json

2

.nyc_output/processinfo/index.json

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

{"processes":{"65618e5e-45f2-4672-8a6d-99069b874379":{"parent":"a202c061-0a40-47d3-b642-76e0b06f8a3a","children":[]},"9b8bcc3f-b209-47ce-8937-ff2e4b51c8e3":{"parent":"a202c061-0a40-47d3-b642-76e0b06f8a3a","children":[]},"a202c061-0a40-47d3-b642-76e0b06f8a3a":{"parent":null,"children":["65618e5e-45f2-4672-8a6d-99069b874379","9b8bcc3f-b209-47ce-8937-ff2e4b51c8e3","d0e8dfdc-5afc-42a9-9986-5a57eae4dc14"]},"d0e8dfdc-5afc-42a9-9986-5a57eae4dc14":{"parent":"a202c061-0a40-47d3-b642-76e0b06f8a3a","children":[]}},"files":{},"externalIds":{}}
{"processes":{"8f6d8336-d041-4e38-92c3-02060099ec09":{"parent":"ed1e1105-8c32-4a04-893f-ffaf524dfeab","children":[]},"bae156ca-467d-41fd-a3bd-0228b451251b":{"parent":"ed1e1105-8c32-4a04-893f-ffaf524dfeab","children":[]},"d917c4d5-e37c-4853-91d8-6258eccacb92":{"parent":"ed1e1105-8c32-4a04-893f-ffaf524dfeab","children":[]},"ed1e1105-8c32-4a04-893f-ffaf524dfeab":{"parent":null,"children":["8f6d8336-d041-4e38-92c3-02060099ec09","bae156ca-467d-41fd-a3bd-0228b451251b","d917c4d5-e37c-4853-91d8-6258eccacb92"]}},"files":{},"externalIds":{}}

@@ -70,7 +70,10 @@ import toml from '@ltd/j-toml';

hydrated[componentKey] = {
identity: parsedComponent.component,
props: transformedComponentProps,
yaml: componentYaml,
frameworks: engines.filter(engine => engine.hasComponent(componentKey)).map(engine => engine.key)
const matchedFrameworks = engines.filter(engine => engine.hasComponent(componentKey)).map(engine => engine.key);
if (matchedFrameworks.length) {
hydrated[componentKey] = {
identity: parsedComponent.component,
props: transformedComponentProps,
yaml: componentYaml,
frameworks: matchedFrameworks
}
}

@@ -77,0 +80,0 @@ });

@@ -18,2 +18,3 @@ #! /usr/bin/env node

program.option("-p, --port <number>", "Host bookshop browser server on a local port");
program.option("--only-engines <engines...>", "Only load the specified engines");
program.parse(process.argv);

@@ -63,2 +64,3 @@ const options = program.opts();

exclude: JSON.stringify(options.exclude || []),
onlyEngines: options.onlyEngines,
bookshopDirs: bookshopDirs

@@ -65,0 +67,0 @@ }

{
"name": "@bookshop/browser",
"version": "2.0.0-beta.24",
"version": "2.0.0-beta.25",
"description": "Component browser for bookshop components",

@@ -26,3 +26,3 @@ "type": "module",

"dependencies": {
"@bookshop/builder": "2.0.0-beta.24",
"@bookshop/builder": "2.0.0-beta.25",
"@codemirror/basic-setup": "^0.18.2",

@@ -29,0 +29,0 @@ "@codemirror/commands": "^0.18.3",

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