Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-jhipster

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-jhipster - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

32

.vscode/settings.json
{
"typescript.tsdk": "./node_modules/typescript/lib",
"explorerExcludedFiles.show": false,
"files.exclude": {
"nbproject": "explorerExcludedFiles",
"manifest.mf": "explorerExcludedFiles",
"build.xml": "explorerExcludedFiles",
"node_modules": "explorerExcludedFiles",
"node_modules/*": "explorerExcludedFiles",
"npm-debug.log": "explorerExcludedFiles",
"src/**/*.js": "explorerExcludedFiles",
"*.js": "explorerExcludedFiles",
"!config/*": "explorerExcludedFiles",
"config/testing-utils.js": "explorerExcludedFiles",
"!karma.conf.js": "explorerExcludedFiles",
"!webpack.config.js": "explorerExcludedFiles",
"*.map": "explorerExcludedFiles",
"*.d.ts": "explorerExcludedFiles",
"!make.js": "explorerExcludedFiles",
"!examples/**/*.js": "explorerExcludedFiles",
"coverage": "explorerExcludedFiles",
"**/*.metadata.json": "explorerExcludedFiles",
"*.metadata.json": "explorerExcludedFiles",
"bundles": "explorerExcludedFiles",
".idea": "explorerExcludedFiles",
".project": "explorerExcludedFiles",
".settings": "explorerExcludedFiles",
".vscode": "explorerExcludedFiles",
"Thumbs.db": "explorerExcludedFiles",
"Desktop.ini": "explorerExcludedFiles",
".DS_Store": "explorerExcludedFiles",
"**/.DS_Store": "explorerExcludedFiles"
}
"explorerExcludedFiles.show": false
}

2

package.json

@@ -67,3 +67,3 @@ {

},
"version": "0.1.2",
"version": "0.1.3",
"scripts": {

@@ -70,0 +70,0 @@ "lint": "tslint --project tslint.json",

@@ -96,3 +96,3 @@ import { Injectable, Sanitizer, SecurityContext } from '@angular/core';

AlertService.prototype.closeAlert = function (id, extAlerts) {
var thisAlerts = extAlerts ? extAlerts : this.alerts;
var thisAlerts = (extAlerts && extAlerts.length > 0) ? extAlerts : this.alerts;
return this.closeAlertByIndex(thisAlerts.map(function (e) { return e.id; }).indexOf(id), thisAlerts);

@@ -99,0 +99,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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