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 1.0.1 to 1.0.2

10

CHANGELOG.md

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

<a name="1.0.2"></a>
## [1.0.2](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v1.0.1...v1.0.2) (2016-09-28)
### Bug Fixes
* **typings:** don't include references to core-js ([a82acb4](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/a82acb4)), closes [#20](https://github.com/mattlewis92/angular2-bootstrap-confirm/issues/20)
<a name="1.0.1"></a>

@@ -7,0 +17,0 @@ ## [1.0.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v1.0.0...v1.0.1) (2016-09-25)

1

dist/esm/src/confirmOptions.provider.d.ts

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

/// <reference types="core-js" />
import { TemplateRef } from '@angular/core';

@@ -3,0 +2,0 @@ /**

{
"name": "angular2-bootstrap-confirm",
"version": "1.0.1",
"version": "1.0.2",
"description": "An angular2 bootstrap confirmation popover",

@@ -12,7 +12,8 @@ "main": "./dist/umd/angular2-bootstrap-confirm.js",

"build:umd": "webpack --config webpack.config.umd.ts",
"build:dist": "npm run build:umd && npm run ngc",
"build:ngc": "ngc -p tsconfig-ngc.json",
"build:dist": "npm run build:umd && npm run build:ngc",
"build:clean": "del ./dist ./position",
"build:position": "webpack --config webpack.config.position.ts && cp ./node_modules/@ng-bootstrap/ng-bootstrap/util/positioning.d.ts ./position/index.d.ts",
"test": "karma start",
"test:watch": "karma start --watch",
"build:clean": "del ./dist ./position",
"commit": "git-cz",

@@ -24,4 +25,3 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

"release": "git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm run build:position && npm publish",
"postrelease": "npm run build:clean && npm run gh-pages",
"ngc": "ngc -p tsconfig-ngc.json"
"postrelease": "npm run build:clean && npm run gh-pages"
},

@@ -65,3 +65,3 @@ "repository": {

"commitizen": "~2.8.1",
"concurrently": "~2.2.0",
"concurrently": "~3.0.0",
"conventional-changelog": "~1.1.0",

@@ -68,0 +68,0 @@ "conventional-changelog-cli": "~1.2.0",

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