You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

to
1.0.15

22

bin/build.ts

@@ -79,14 +79,14 @@ #! /usr/bin/env node

exec('rm -rf ./dist; tsc; webpack;');
// //@ts-ignore
// glob('./src/components/**/*/.component.json', async (err, res) => {
// console.log(res);
exec('rm -rf ./dist; npx tsc; npx webpack;');
//@ts-ignore
glob('./src/components/**/*/.component.json', async (err, res) => {
console.log(res);
// await Promise.all(
// res.map(async (filePath: string) => {
// const file = require('.' + filePath);
// console.log(file);
// }),
// )
// });
await Promise.all(
res.map(async (filePath: string) => {
const file = require('.' + filePath);
console.log(file);
}),
)
});
};
{
"name": "custom-element-flow",
"version": "1.0.14",
"version": "1.0.15",
"description": "My New Project description.",

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