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

@remult/angular

Package Overview
Dependencies
Maintainers
2
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remult/angular - npm Package Compare versions

Comparing version 0.10.8 to 0.10.9

2

package.json
{
"name": "@remult/angular",
"schematics": "./schematics/collection.json",
"version": "0.10.8",
"version": "0.10.9",
"description": "an angular module for remult",

@@ -6,0 +6,0 @@ "homepage": "https://remult.dev/",

@@ -73,10 +73,15 @@ "use strict";

});
try {
tree.delete('./src/app/app.component.html');
tree.delete('./src/app/app.component.ts');
tree.delete('./src/app/app.component.scss');
tree.delete('./src/app/app-routing.module.ts');
tree.delete('./src/app/app.component.spec.ts');
for (const file of [
'./.vscode/tasks.json',
'./src/app/app.component.html',
'./src/app/app.component.ts',
'./src/app/app.component.scss',
'./src/app/app-routing.module.ts',
'./src/app/app.component.spec.ts'
]) {
try {
tree.delete(file);
}
catch (_a) { }
}
catch (_a) { }
// addDeclarationToModule()

@@ -83,0 +88,0 @@ const sourceTemplates = schematics_1.url('./files');

Sorry, the diff of this file is not supported yet

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