ngx-quicklink
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"$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" | ||
} | ||
} |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
228946
11
1660
3
39
1
1
+ Addedtslib@^1.9.0
+ Addedtslib@1.14.1(transitive)