ngx-quicklink
Advanced tools
Comparing version 0.2.7 to 0.3.0
{ | ||
"$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 | ||
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
1108
127
131494
22
1
2
1
1
+ Added@angular/common@14.3.0(transitive)
+ Added@angular/core@14.3.0(transitive)
+ Addedzone.js@0.12.0(transitive)
- Removed@angular/common@19.0.4(transitive)
- Removed@angular/core@19.0.4(transitive)
- Removed@angular/platform-browser@19.0.4(transitive)
- Removed@angular/router@19.0.4(transitive)
- Removedzone.js@0.15.0(transitive)
Updatedtslib@^2.3.0