New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-angular-migration-signal-helper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-angular-migration-signal-helper - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

example/componentes-to-migrate.md

2

package.json
{
"name": "ngx-angular-migration-signal-helper",
"version": "0.0.1",
"version": "0.0.2",
"description": "Helper to search the components you need migrate to Signals and the template use that components and list for create the ticket into github.",

@@ -5,0 +5,0 @@ "main": "index.js",

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

fs.writeFile('componentes-to-migrate.md', markdownList, (err) => {
fs.writeFile('components-to-migrate.md', markdownList, (err) => {
if (err) throw err;
console.log('File to migrated Save! name: componentes-to-migrate.md, you can copy and paste to create a ticket in your project!');
});
console.log('File to migrated Save! name: components-to-migrate.md, you can copy and paste to create a ticket in your project!');
});
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