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

ngx-modal-dialog

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-modal-dialog - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

bundles/ngx-modal-dialog.umd.js

77

package.json
{
"name": "ngx-modal-dialog",
"version": "3.0.0",
"version": "4.0.0",
"description": "Dynamic modal dialog for Angular",
"scripts": {
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"commit": "npm run prepublish && npm test",
"prepublish": "ngc && npm run build",
"build": "webpack"
},
"repository": {

@@ -23,64 +16,22 @@ "type": "git",

"license": "MIT",
"engines": {
"node": ">=8.9.1 <9.0.0",
"yarn": ">=1.3.2 <2.0.0"
},
"bugs": {
"url": "https://github.com/Greentube/ngx-modal/issues"
},
"main": "bundles/ngx-modal.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"homepage": "https://github.com/Greentube/ngx-modal",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"rxjs": ">=6.0.0"
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"rxjs": ">=6.5.0"
},
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/cli": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@angular/router": "^6.0.0",
"@types/es6-promise": "0.0.33",
"@types/hammerjs": "~2.0.35",
"@types/jasmine": "~2.8.8",
"@types/node": "~8.9.4",
"angular-cli-ghpages": "^0.5.2",
"awesome-typescript-loader": "3.1.3",
"clean-webpack-plugin": "^0.1.16",
"codelyzer": "~4.3.0",
"concurrently": "3.1.0",
"core-js": "2.4.1",
"istanbul-instrumenter-loader": "~2.0.0",
"jasmine-core": "~3.1.0",
"karma": "~2.0.2",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.2",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "2.2.5",
"karma-remap-coverage": "0.1.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "~3.0.0",
"loader-utils": "~1.1.0",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.2.1",
"source-map-loader": "~0.2.3",
"ts-helpers": "~1.1.2",
"tslint": "~5.10.0",
"tslint-eslint-rules": "~5.3.1",
"tslint-loader": "~3.6.0",
"typescript": "~2.7.2",
"webpack": "~3.1.0",
"webpack-node-externals": "~1.7.2",
"zone.js": "~0.8.26"
"main": "bundles/ngx-modal-dialog.umd.js",
"module": "fesm2015/ngx-modal-dialog.js",
"es2015": "fesm2015/ngx-modal-dialog.js",
"esm2015": "esm2015/ngx-modal-dialog.js",
"fesm2015": "fesm2015/ngx-modal-dialog.js",
"typings": "ngx-modal-dialog.d.ts",
"metadata": "ngx-modal-dialog.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
}
}

@@ -1,2 +0,2 @@

# ngx-modal-dialog
# ngx modal dialog
[![Build Status](https://travis-ci.org/Greentube/ngx-modal.svg?branch=master)](https://travis-ci.org/Greentube/ngx-modal)

@@ -7,5 +7,5 @@ [![npm version](https://img.shields.io/npm/v/ngx-modal-dialog.svg)](https://www.npmjs.com/package/ngx-modal-dialog)

Made with Bootstrap 4 styles in mind, but configurable to any framework or custom set of styles.
Simple demo can be found [here](https://greentube.github.io/ngx-modal/).
Simple demo can be found [here](https://greentube.github.io/ngx-modal/demo).
> This documentation is for version 3.x.x and Angular 6+. If you are using older version of Angular (v2-v5) please use [previous version](https://github.com/Greentube/ngx-modal/tree/v2.x.x).
> This documentation is for version 4.x.x and Angular 10+. If you are using older version of Angular please use [3.x version for v6-v8](https://github.com/Greentube/ngx-modal/tree/v3.x.x) or [2.x version for v2-v5](https://github.com/Greentube/ngx-modal/tree/v2.x.x).

@@ -12,0 +12,0 @@ # Table of contents:

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