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

angular2-bootstrap-confirm

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-bootstrap-confirm - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

8

angular2-bootstrap-confirm.js

@@ -145,3 +145,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

*/
this.isOpenChange = new core_1.EventEmitter();
this.isOpenChange = new core_1.EventEmitter(true);
/**

@@ -168,7 +168,3 @@ * An expression that is called when the confirm button is clicked.

Confirm.prototype.ngOnInit = function () {
var _this = this;
// needed because of https://github.com/angular/angular/issues/6005
setTimeout(function () {
_this.isOpenChange.emit(false);
});
this.isOpenChange.emit(false);
};

@@ -175,0 +171,0 @@ /**

@@ -5,2 +5,12 @@ # Change Log

<a name="0.5.2"></a>
## [0.5.2](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.5.1...v0.5.2) (2016-06-23)
### Bug Fixes
* **isOpen:** fix isOpen attribute that when set would break this module ([fe5516d](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/fe5516d)), closes [#14](https://github.com/mattlewis92/angular2-bootstrap-confirm/issues/14)
<a name="0.5.1"></a>

@@ -7,0 +17,0 @@ ## [0.5.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.5.0...v0.5.1) (2016-06-22)

{
"name": "angular2-bootstrap-confirm",
"version": "0.5.1",
"version": "0.5.2",
"description": "An angular2 bootstrap confirmation popover",

@@ -57,3 +57,3 @@ "main": "./angular2-bootstrap-confirm.js",

"jasmine-core": "~2.4.1",
"karma": "~0.13.22",
"karma": "~1.0.0",
"karma-coverage": "~1.0.0",

@@ -60,0 +60,0 @@ "karma-jasmine": "~1.0.2",

Sorry, the diff of this file is not supported yet

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