Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@simfyz/ngx-image-viewer

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simfyz/ngx-image-viewer - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.editorconfig

77

package.json
{
"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

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