@simfyz/ngx-image-viewer
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@simfyz/ngx-image-viewer", | ||
"version": "1.0.0", | ||
"author": "Fayas Ismail (https://github.com/simfyz)", | ||
"description": "Angular image viewer component with Ivy support", | ||
"homepage": "https://github.com/simfyz/ngx-image-viewer#readme", | ||
"keywords": [ | ||
"angular", | ||
"image", | ||
"viewer", | ||
"angular image viewer" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/simfyz/ngx-image-viewer.git" | ||
"version": "2.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build:lib": "cd ./projects/ngx-image-viewer/ && ng build ngx-image-viewer", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test" | ||
}, | ||
"main": "src/public-api.ts", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.0", | ||
"@angular/core": "^15.2.0" | ||
}, | ||
"dependencies": { | ||
"@angular/animations": "^19.0.1", | ||
"@angular/common": "^19.0.1", | ||
"@angular/compiler": "^19.0.1", | ||
"@angular/core": "^19.0.1", | ||
"@angular/forms": "^19.0.1", | ||
"@angular/platform-browser": "^19.0.1", | ||
"@angular/platform-browser-dynamic": "^19.0.1", | ||
"@angular/router": "^19.0.1", | ||
"@fortawesome/fontawesome-free": "^6.7.1", | ||
"rxjs": "~7.8.0", | ||
"screenfull": "^6.0.2", | ||
"tslib": "^2.3.0", | ||
"screenfull": "^6.0.2" | ||
"zone.js": "~0.15.0" | ||
}, | ||
"sideEffects": false, | ||
"bugs": { | ||
"url": "https://github.com/simfyz/ngx-image-viewer/issues" | ||
}, | ||
"module": "fesm2015/simfyz-ngx-image-viewer.mjs", | ||
"es2020": "fesm2020/simfyz-ngx-image-viewer.mjs", | ||
"esm2020": "esm2020/simfyz-ngx-image-viewer.mjs", | ||
"fesm2020": "fesm2020/simfyz-ngx-image-viewer.mjs", | ||
"fesm2015": "fesm2015/simfyz-ngx-image-viewer.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/simfyz-ngx-image-viewer.mjs", | ||
"es2020": "./fesm2020/simfyz-ngx-image-viewer.mjs", | ||
"es2015": "./fesm2015/simfyz-ngx-image-viewer.mjs", | ||
"node": "./fesm2015/simfyz-ngx-image-viewer.mjs", | ||
"default": "./fesm2020/simfyz-ngx-image-viewer.mjs" | ||
} | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^19.0.2", | ||
"@angular/cli": "~19.0.2", | ||
"@angular/compiler-cli": "^19.0.1", | ||
"@types/jasmine": "~5.1.5", | ||
"jasmine-core": "~5.4.0", | ||
"karma": "~6.4.4", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.1", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | ||
"ng-packagr": "^19.0.1", | ||
"typescript": "~5.6.3" | ||
} | ||
} | ||
} |
# NgxImageViewer | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0. | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.5. | ||
## Development server | ||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. | ||
## Code scaffolding | ||
Run `ng generate component component-name --project ngx-image-viewer` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-image-viewer`. | ||
> Note: Don't forget to add `--project ngx-image-viewer` or else it will be added to the default project in your `angular.json` file. | ||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. | ||
## Build | ||
Run `ng build ngx-image-viewer` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
## Publishing | ||
## Running unit tests | ||
After building your library with `ng build ngx-image-viewer`, go to the dist folder `cd dist/ngx-image-viewer` and run `npm publish`. | ||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
## Running unit tests | ||
## Running end-to-end tests | ||
Run `ng test ngx-image-viewer` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. | ||
@@ -22,0 +25,0 @@ ## Further help |
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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 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
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
36
0
28
1
330311
13
12
654
2
1
1
+ Added@angular/animations@^19.0.1
+ Added@angular/common@^19.0.1
+ Added@angular/compiler@^19.0.1
+ Added@angular/core@^19.0.1
+ Added@angular/forms@^19.0.1
+ Added@angular/router@^19.0.1
+ Addedrxjs@~7.8.0
+ Addedzone.js@~0.15.0
+ Added@angular/animations@19.0.4(transitive)
+ Added@angular/common@19.0.4(transitive)
+ Added@angular/compiler@19.0.4(transitive)
+ Added@angular/core@19.0.4(transitive)
+ Added@angular/forms@19.0.4(transitive)
+ Added@angular/platform-browser@19.0.4(transitive)
+ Added@angular/platform-browser-dynamic@19.0.4(transitive)
+ Added@angular/router@19.0.4(transitive)
+ Added@fortawesome/fontawesome-free@6.7.2(transitive)
+ Addedzone.js@0.15.0(transitive)
- Removed@angular/common@15.2.10(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removedzone.js@0.13.3(transitive)