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.1.0 to 0.1.1

bundles/ngx-quicklink.umd.js

30

package.json
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-quicklink",
"version": "0.1.0",
"version": "0.1.1",
"description": "Quicklink for Angular",

@@ -16,9 +17,4 @@ "keywords": [

],
"main": "index.umd.js",
"module": "index.js",
"scripts": {
"release": "rm -rf dist && ngc -p tsconfig.json && cp package.json dist/src && cp README.md dist/src && rollup dist/src/index.js --file dist/src/index.umd.js --format umd --name ngxql && uglifyjs dist/src/index.umd.js -m -o dist/src/index.umd.js",
"start": "nodemon -e ts --watch src --exec \"npm run release\"",
"format": "prettier --single-quote --write src/*.ts"
},
"main": "bundles/ngx-quicklink.umd.js",
"module": "fesm5/ngx-quicklink.js",
"repository": {

@@ -43,11 +39,21 @@ "type": "git",

"@angular/core": "^8.0.0-rc.0",
"@angular/platform-browser": "^8.0.0-rc.0",
"@angular/router": "^8.0.0-rc.0",
"@angular/platform-browser": "^8.0.0-rc.0",
"ng-packagr": "^5.4.3",
"nodemon": "^1.18.10",
"prettier": "^1.15.3",
"rollup": "^0.68.2",
"rxjs": "^6.4.0",
"typescript": "^3.4.0",
"uglify-js": "^3.4.9"
"typescript": "^3.4.0"
},
"es2015": "fesm2015/ngx-quicklink.js",
"esm5": "esm5/ngx-quicklink.js",
"esm2015": "esm2015/ngx-quicklink.js",
"fesm5": "fesm5/ngx-quicklink.js",
"fesm2015": "fesm2015/ngx-quicklink.js",
"typings": "ngx-quicklink.d.ts",
"metadata": "ngx-quicklink.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}

6

README.md

@@ -97,5 +97,5 @@ <p align="center">

[<img alt="mgechev" src="https://avatars1.githubusercontent.com/u/455023?v=4&s=117" width="117">](https://github.com/mgechev) |[<img alt="wKoza" src="https://avatars2.githubusercontent.com/u/11403260?v=4&s=117" width="117">](https://github.com/wKoza) |[<img alt="rolaveric" src="https://avatars1.githubusercontent.com/u/960670?v=4&s=117" width="117">](https://github.com/rolaveric) |[<img alt="thekiba" src="https://avatars0.githubusercontent.com/u/1910515?v=4&s=117" width="117">](https://github.com/thekiba) |
:---: |:---: |:---: |:---: |
[mgechev](https://github.com/mgechev) |[wKoza](https://github.com/wKoza) |[rolaveric](https://github.com/rolaveric) |[thekiba](https://github.com/thekiba) |
[<img alt="mgechev" src="https://avatars1.githubusercontent.com/u/455023?v=4&s=117" width="117">](https://github.com/mgechev) |[<img alt="wKoza" src="https://avatars2.githubusercontent.com/u/11403260?v=4&s=117" width="117">](https://github.com/wKoza) |[<img alt="rolaveric" src="https://avatars1.githubusercontent.com/u/960670?v=4&s=117" width="117">](https://github.com/rolaveric) |[<img alt="thekiba" src="https://avatars0.githubusercontent.com/u/1910515?v=4&s=117" width="117">](https://github.com/thekiba) |[<img alt="maktarsis" src="https://avatars1.githubusercontent.com/u/21989873?v=4&s=117" width="117">](https://github.com/maktarsis) |
:---: |:---: |:---: |:---: |:---: |
[mgechev](https://github.com/mgechev) |[wKoza](https://github.com/wKoza) |[rolaveric](https://github.com/rolaveric) |[thekiba](https://github.com/thekiba) |[maktarsis](https://github.com/maktarsis) |

@@ -102,0 +102,0 @@ ## License

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