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.25 to 1.0.26

4

bin/build.ts

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

const data = readFileSync(`${projectDir}/.application.json`, 'utf-8');
console.log(data);
//@ts-ignore
const files = await glob(`${projectDir}/src/components/**/*/.component.json`);
console.log(files);
// await glob(`${projectDir}/src/components/**/*/.component.json`, async (err, res) => {

@@ -79,0 +79,0 @@ // console.log(res);

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

import dotenv from 'dotenv';
import glob from 'glob';
import { readFileSync } from 'fs';

@@ -74,4 +75,4 @@ console.log("IN POSTBUILD");

const data = readFileSync(`${projectDir}/.application.json`, 'utf-8');
console.log(data);
//@ts-ignore
const files = yield glob(`${projectDir}/src/components/**/*/.component.json`);
console.log(files);
// await glob(`${projectDir}/src/components/**/*/.component.json`, async (err, res) => {

@@ -78,0 +79,0 @@ // console.log(res);

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