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.24 to 1.0.25

2

bin/build.ts

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

const projectDir = process.cwd();
const data = readFileSync(`${projectDir}/.application.json`);
const data = readFileSync(`${projectDir}/.application.json`, 'utf-8');
console.log(data);

@@ -77,0 +77,0 @@ //@ts-ignore

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

const projectDir = process.cwd();
const data = readFileSync(`${projectDir}/.application.json`);
const data = readFileSync(`${projectDir}/.application.json`, 'utf-8');
console.log(data);

@@ -75,0 +75,0 @@ //@ts-ignore

{
"name": "custom-element-flow",
"version": "1.0.24",
"version": "1.0.25",
"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