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 2.2.7 to 2.2.8

2

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

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -25,2 +25,3 @@ "use strict";

});
editGitIgnore(tree);
let entryComponents = [{ name: 'YesNoQuestionComponent', path: './common/yes-no-question/yes-no-question.component' },

@@ -117,2 +118,9 @@ { name: 'InputAreaComponent', path: './common/input-area/input-area.component' },

}
function editGitIgnore(tree) {
let gitIgnorePath = './.gitignore';
let r = tree.read(gitIgnorePath);
let content = r.toString('utf-8');
content += '\r\n.env';
tree.overwrite(gitIgnorePath, content);
}
function addToNgModule(tree, what) {

@@ -119,0 +127,0 @@ var options = {};

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