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

custom-element-flow

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-element-flow - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

3

bin/build.ts

@@ -45,3 +45,4 @@ #! /usr/bin/env node

const fileJson = await readFile(filePath, 'utf-8');
const fileData = JSON.parse(fileJson)
console.log("FILE", filePath, fileJson);
const fileData = JSON.parse(fileJson);
const comp = webComponents.find((e: any) => e.compId === fileData.id);

@@ -48,0 +49,0 @@ const settings = comp.compData.webComponentData.gfppSettings.tabs;

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

const fileJson = yield readFile(filePath, 'utf-8');
console.log("FILE", filePath, fileJson);
const fileData = JSON.parse(fileJson);

@@ -46,0 +47,0 @@ const comp = webComponents.find((e) => e.compId === fileData.id);

{
"name": "custom-element-flow",
"version": "1.0.51",
"version": "1.0.52",
"description": "My New Project description.",

@@ -5,0 +5,0 @@ "type": "module",

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