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

@uirouter/angular-hybrid

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uirouter/angular-hybrid - npm Package Compare versions

Comparing version 12.0.0 to 13.0.0

.downstream_cache/example/.yalc/@uirouter/angular-hybrid/.downstream_cache/example/.yalc/@uirouter/angular-hybrid/README.md

8

angular-hybrid.d.ts

@@ -5,2 +5,5 @@ import { ElementRef, Injector, ModuleWithProviders } from '@angular/core';

import { NgHybridStatesModule } from './interfaces';
import * as i0 from "@angular/core";
import * as i1 from "@uirouter/angular";
import * as i2 from "@angular/upgrade/static";
/**

@@ -83,2 +86,4 @@ * Create a ng1 module for the ng1 half of the hybrid application to depend on.

constructor(ref: ElementRef, parent: ParentUIViewInject, registry: StateRegistry);
static ɵfac: i0.ɵɵFactoryDeclaration<UIViewNgUpgrade, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UIViewNgUpgrade, "ui-view-ng-upgrade", never, { "name": "name"; }, {}, never, never>;
}

@@ -97,2 +102,5 @@ /**********************************

static forChild(module?: NgHybridStatesModule): ModuleWithProviders<UIRouterUpgradeModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<UIRouterUpgradeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UIRouterUpgradeModule, [typeof UIViewNgUpgrade], [typeof i1.UIRouterModule, typeof i2.UpgradeModule], [typeof UIViewNgUpgrade, typeof i1.UIRouterModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<UIRouterUpgradeModule>;
}

43

package.json
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular-hybrid",
"version": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"checkPeerDependencies": {
"ignore": [
"postcss"
]
},
"peerDependencies": {
"@angular/core": "^10.0.0 || ^11.0.0",
"@angular/upgrade": "^10.0.0 || ^11.0.0",
"@uirouter/angular": "^8.0.0",
"@uirouter/angularjs": "^1.0.26",
"@angular/core": "^12.0.0 || ^13.0.0",
"@angular/upgrade": "^12.0.0 || ^13.0.0",
"@uirouter/angular": "^9.1.0",
"@uirouter/angularjs": "^1.0.30",
"angular": "^1.5.0"

@@ -19,12 +24,24 @@ },

},
"main": "bundles/uirouter-angular-hybrid.umd.js",
"module": "fesm2015/uirouter-angular-hybrid.js",
"es2015": "fesm2015/uirouter-angular-hybrid.js",
"esm2015": "esm2015/uirouter-angular-hybrid.js",
"fesm2015": "fesm2015/uirouter-angular-hybrid.js",
"module": "fesm2015/uirouter-angular-hybrid.mjs",
"es2020": "fesm2020/uirouter-angular-hybrid.mjs",
"esm2020": "esm2020/uirouter-angular-hybrid.mjs",
"fesm2020": "fesm2020/uirouter-angular-hybrid.mjs",
"fesm2015": "fesm2015/uirouter-angular-hybrid.mjs",
"typings": "uirouter-angular-hybrid.d.ts",
"metadata": "uirouter-angular-hybrid.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./uirouter-angular-hybrid.d.ts",
"esm2020": "./esm2020/uirouter-angular-hybrid.mjs",
"es2020": "./fesm2020/uirouter-angular-hybrid.mjs",
"es2015": "./fesm2015/uirouter-angular-hybrid.mjs",
"node": "./fesm2015/uirouter-angular-hybrid.mjs",
"default": "./fesm2020/uirouter-angular-hybrid.mjs"
}
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
}
}
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="@uirouter/angular-hybrid" />
export * from './index';
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