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.67 to 1.0.68

2

bin/update.ts

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

console.log("SETTINGS FILE", settingsFile);
console.log("SETTINGS FILE", Buffer.from(settingsFile));
}),
);
};

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

const settingsFile = yield readFile(filePath.replace('.component.json', '.settings.ts'));
console.log("SETTINGS FILE", settingsFile);
console.log("SETTINGS FILE", Buffer.from(settingsFile));
})));
});

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

yield add();
break;
}

@@ -39,2 +40,3 @@ ;

yield update();
break;
}

@@ -41,0 +43,0 @@ ;

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

await add();
break;
};

@@ -28,2 +29,3 @@

await update();
break;
};

@@ -30,0 +32,0 @@

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