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

ngx-quicklink

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-quicklink - npm Package Compare versions

Comparing version 0.0.11 to 0.1.0

6

link-handler.service.d.ts

@@ -6,7 +6,7 @@ import { InjectionToken } from '@angular/core';

import { PrefetchRegistry } from './prefetch-registry.service';
type RequestIdleCallbackHandle = any;
type RequestIdleCallbackOptions = {
declare type RequestIdleCallbackHandle = any;
declare type RequestIdleCallbackOptions = {
timeout: number;
};
type RequestIdleCallbackDeadline = {
declare type RequestIdleCallbackDeadline = {
readonly didTimeout: boolean;

@@ -13,0 +13,0 @@ timeRemaining: (() => number);

@@ -15,3 +15,3 @@ import { ElementRef, OnChanges, OnInit, OnDestroy } from '@angular/core';

readonly element: Element;
readonly urlTree: import("@angular/router/src/url_tree").UrlTree;
readonly urlTree: any;
}
{
"name": "ngx-quicklink",
"version": "0.0.11",
"version": "0.1.0",
"description": "Quicklink for Angular",

@@ -38,15 +38,15 @@ "keywords": [

"devDependencies": {
"@angular/common": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/router": "^7.1.4",
"@angular/platform-browser": "^7.1.4",
"@angular/common": "^8.0.0-rc.0",
"@angular/compiler": "^8.0.0-rc.0",
"@angular/compiler-cli": "^8.0.0-rc.0",
"@angular/core": "^8.0.0-rc.0",
"@angular/router": "^8.0.0-rc.0",
"@angular/platform-browser": "^8.0.0-rc.0",
"nodemon": "^1.18.10",
"prettier": "^1.15.3",
"rollup": "^0.68.2",
"rxjs": "^6.3.3",
"typescript": "^3.1.1",
"rxjs": "^6.4.0",
"typescript": "^3.4.0",
"uglify-js": "^3.4.9"
}
}

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