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

angular-bluebird-promises

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-bluebird-promises - npm Package Compare versions

Comparing version 0.6.4 to 1.0.0

CHANGELOG.md

2

bower.json
{
"name": "angular-bluebird-promises",
"version": "0.6.4",
"version": "1.0.0",
"homepage": "https://github.com/mattlewis92/angular-bluebird-promises",

@@ -5,0 +5,0 @@ "authors": [

/**
* angular-bluebird-promises - Replaces $q with bluebirds promise API
* @version v0.6.4
* @version v1.0.0
* @link https://github.com/mattlewis92/angular-bluebird-promises

@@ -5,0 +5,0 @@ * @license MIT

/**
* angular-bluebird-promises - Replaces $q with bluebirds promise API
* @version v0.6.4
* @version v1.0.0
* @link https://github.com/mattlewis92/angular-bluebird-promises

@@ -5,0 +5,0 @@ * @license MIT

{
"name": "angular-bluebird-promises",
"version": "0.6.4",
"version": "1.0.0",
"description": "Replaces $q with bluebirds promise API",

@@ -27,2 +27,3 @@ "main": "dist/angular-bluebird-promises.js",

"babel-preset-es2015": "~6.3.13",
"conventional-changelog": "~0.5.1",
"eslint": "~1.10.1",

@@ -42,2 +43,3 @@ "eslint-config-mwl": "~0.3.0",

"phantomjs": "~1.9.17",
"pre-git": "~3.1.1",
"webpack": "~1.12.2",

@@ -56,4 +58,11 @@ "webpack-dev-server": "~1.14.0"

"build": "npm run build:unmin && npm run build:min",
"start": "webpack-dev-server"
"start": "webpack-dev-server",
"commit": "commit-wizard",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w"
},
"config": {
"pre-git": {
"commit-msg": "conventional"
}
}
}

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