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.2.7 to 0.3.0

esm2020/lib/link-handler-strategy.mjs

61

package.json
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-quicklink",
"version": "0.2.7",
"description": "Quicklink for Angular",
"keywords": [
"angular",
"prefetching",
"router",
"performance",
"prefetch",
"background",
"speed",
"fetch",
"intersectionobserver"
],
"main": "bundles/ngx-quicklink.umd.js",
"module": "fesm2015/ngx-quicklink.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mgechev/ngx-quicklink.git"
"version": "0.3.0",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
},
"author": "Minko Gechev <mgechev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mgechev/ngx-quicklink/issues"
"dependencies": {
"tslib": "^2.3.0"
},
"homepage": "https://github.com/mgechev/ngx-quicklink#readme",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/router": ">=6.0.0"
"module": "fesm2015/ngx-quicklink.mjs",
"es2020": "fesm2020/ngx-quicklink.mjs",
"esm2020": "esm2020/ngx-quicklink.mjs",
"fesm2020": "fesm2020/ngx-quicklink.mjs",
"fesm2015": "fesm2015/ngx-quicklink.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-quicklink.mjs",
"es2020": "./fesm2020/ngx-quicklink.mjs",
"es2015": "./fesm2015/ngx-quicklink.mjs",
"node": "./fesm2015/ngx-quicklink.mjs",
"default": "./fesm2020/ngx-quicklink.mjs"
}
},
"es2015": "fesm2015/ngx-quicklink.js",
"esm2015": "esm2015/ngx-quicklink.js",
"fesm2015": "fesm2015/ngx-quicklink.js",
"typings": "ngx-quicklink.d.ts",
"metadata": "ngx-quicklink.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
}
"sideEffects": false
}

@@ -65,9 +65,2 @@ <p align="center">

For a demo, look at the `example` directory. To run the project use:
```shell
cd ngx-quicklink && npm i && npm run release
cd example && npm i && ng serve
```
## Debugging

@@ -102,2 +95,21 @@

## Developing & releasing
For a demo:
```shell
git clone git@github.com:mgechev/ngx-quicklink
cd ngx-quicklink && npm i
ng build --project ngx-quicklink
ng serve
```
To release first update the package version and after that:
```shell
npm run release
cd dist/ngx-quicklink
npm publish
```
## Contributors

@@ -116,1 +128,2 @@

MIT
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