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.68 to 1.0.69

4

bin/update.ts

@@ -24,7 +24,7 @@ #! /usr/bin/env node

const compId: string = componentData.id;
const settingsFile = await readFile(filePath.replace('.component.json', '.settings.ts'));
const settingsFile = await readFile(filePath.replace('.component.json', '.settings.ts'), 'utf-8');
console.log("SETTINGS FILE", Buffer.from(settingsFile));
console.log("SETTINGS FILE", settingsFile);
}),
);
};

@@ -23,5 +23,5 @@ #! /usr/bin/env node

const compId = componentData.id;
const settingsFile = yield readFile(filePath.replace('.component.json', '.settings.ts'));
console.log("SETTINGS FILE", Buffer.from(settingsFile));
const settingsFile = yield readFile(filePath.replace('.component.json', '.settings.ts'), 'utf-8');
console.log("SETTINGS FILE", settingsFile);
})));
});
{
"name": "custom-element-flow",
"version": "1.0.68",
"version": "1.0.69",
"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