Socket
Socket
Sign inDemoInstall

marzetz-dialog

Package Overview
Dependencies
6
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

component/marzetz-dialog.component.html

39

package.json

@@ -1,1 +0,38 @@

{"name":"marzetz-dialog","version":"1.0.12","description":"MarzetzDialog is an Angular module, that can be used to show custom popups in any Angular app.","main":"bundles/marzetz-dialog.umd.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","packagr":"ng-packagr -p ng-package.json"},"repository":{"type":"git","url":"git+https://gitlab.com/michal_marzec/DialogPlayground.git"},"keywords":["ng2-dialog","angular-dialog","dialog","modal","ng2-modal","angular-modal"],"author":"Michał Marzec","license":"MIT","bugs":{"url":"https://github.com/marzetz/marzetz-dialog/issues"},"homepage":"https://github.com/marzetz/marzetz-dialog#README","devDependencies":{"ng-packagr":"^1.6.0","typescript":"^2.6.2"},"dependencies":{"@angular/common":"^5.2.0","@angular/core":"^5.2.0","rxjs":"^5.5.6"},"module":"marzetz-dialog.es5.js","es2015":"marzetz-dialog.js","typings":"marzetz-dialog.d.ts","metadata":"marzetz-dialog.metadata.json"}
{
"name": "marzetz-dialog",
"version": "1.0.13",
"description": "MarzetzDialog is an Angular module, that can be used to show custom popups in any Angular app.",
"main": "marzetz-dialog.module.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ng-packagr -p ng-package.json;",
"publish-package": "cd lib/dist; npm publish;"
},
"repository": {
"type": "git",
"url": "https://github.com/marzetz/marzetz-dialog"
},
"keywords": [
"ng2-dialog",
"angular-dialog",
"dialog",
"modal",
"ng2-modal",
"angular-modal"
],
"author": "Michał Marzec",
"license": "MIT",
"bugs": {
"url": "https://github.com/marzetz/marzetz-dialog/issues"
},
"homepage": "https://github.com/marzetz/marzetz-dialog#README",
"devDependencies": {
"ng-packagr": "^1.6.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@angular/common": "^5.2.0",
"@angular/core": "^5.2.0",
"rxjs": "^5.5.6"
}
}

4

README.md

@@ -9,3 +9,3 @@ # MarzetzDialog

Demo is not available yet.
![demo](https://raw.githubusercontent.com/marzetz/marzetz-dialog/master/demo/img/demo.gif)

@@ -143,3 +143,3 @@ ## Installation

`customBodyClass` | `string` | `'marzetz-dialog-opened'` | The css class that would be added to html `body` element whilst dialog is being opened.
`customComponent` | `any` (your component) | `null` | Custom component to inject into dialog on init.
`customComponent` | `any` (your component) | `null` | Custom component to inject into dialog on init. You should also add it to `entryComponents` in your main module.
`customContent` | `string` (html) | `null` | The content to show inside dialog. Use it if you want to create simple alert/info popup.

@@ -146,0 +146,0 @@ `animation` | `string` | `'normal'` | The animation that will be applied on dialog. Supported values: `'normal'` and `'error'`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc