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

@biznas/ng-component-outlet

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biznas/ng-component-outlet - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

16

package.json
{
"name": "@biznas/ng-component-outlet",
"version": "0.6.3",
"version": "0.6.4",
"description": "Biznas Open Source for Angular - the core framework",

@@ -10,9 +10,9 @@ "main": "./index.js",

"peerDependencies": {
"@angular/common": "^4.0.0-rc.2",
"@angular/compiler": "^4.0.0-rc.2",
"@angular/core": "^4.0.0-rc.2",
"@angular/router": "^4.0.0-rc.2",
"lodash": "4.x.x",
"rxjs": "5.2.x",
"zone.js": "0.7.x"
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/core": "4.0.0",
"@angular/router": "4.0.0",
"lodash": "^4.17.4",
"rxjs": "^5.2.0",
"zone.js": "^0.8.5"
},

@@ -19,0 +19,0 @@ "repository": {

@@ -30,3 +30,3 @@ "use strict";

else {
this._moduleRef = undefined;
this._moduleRef = null;
}

@@ -77,3 +77,3 @@ activate = true;

this._view.clear();
this._componentRef = undefined;
this._componentRef = null;
};

@@ -80,0 +80,0 @@ return BizComponentOutletDirective;

export * from './component-outlet.directive';
export * from './component-outlet.module';
export * from './component-outlet';

Sorry, the diff of this file is not supported yet

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