Socket
Socket
Sign inDemoInstall

cf-nodejs-client

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-nodejs-client - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

9

CHANGELOG.md

@@ -1,3 +0,10 @@

## Version 0.8.0 2015-10-01
## Version 0.8.2 2015-10-19
- Minor fix in index.js to export UserProvidedServices in the right way.
39 passing (2m)
14 pending
## Version 0.8.1 2015-10-01
- Adding adding method in the whole project: setEndPoint

@@ -4,0 +11,0 @@

9

index.js

@@ -1,6 +0,1 @@

/*!
* cf-nodejs-client
* Copyright(c) 2015 Juan Antonio Breña Moral
* MIT Licensed
*/
/*jslint node: true*/

@@ -16,3 +11,3 @@ 'use strict';

*/
exports.version = '0.8.0';
exports.version = '0.8.2';

@@ -109,2 +104,2 @@ /**

var UserProvidedServices = require('./lib/model/UserProvidedServices');
exports.Stacks = UserProvidedServices;
exports.UserProvidedServices = UserProvidedServices;
{
"name": "cf-nodejs-client",
"version": "0.8.1",
"version": "0.8.2",
"description": "A Cloud Foundry Client for Node.js",
"author": "Juan Antonio Breña Moral <bren@juanantonio.info>",
"license": "Apache 2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jabrena/cf-nodejs-client.git"
"url": "git+https://github.com/prosociallearnEU/cf-nodejs-client.git"
},
"homepage": "https://github.com/jabrena/cf-nodejs-client#readme",
"homepage": "https://github.com/prosociallearnEU/cf-nodejs-client#readme",
"main": "index.js",

@@ -34,23 +34,26 @@ "scripts": {

"bugs": {
"url": "https://github.com/jabrena/cf-nodejs-client/issues"
"url": "https://github.com/prosociallearnEU/cf-nodejs-client/issues"
},
"dependencies": {
"request": "2.61.0",
"restler": "3.3.0"
"request": "2.64.0",
"restler": "3.4.0"
},
"devDependencies": {
"mocha": "2.3.3",
"chai": "3.3.0",
"chai-as-promised": "5.1.0",
"istanbul": "0.3.21",
"nconf": "0.8.0",
"random-words": "0.0.1",
"archiver": "0.15.1",
"chai": "3.2.0",
"chai-as-promised": "5.1.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-jsdoc": "0.6.10",
"grunt-connect": "0.2.0",
"grunt-jsdoc": "0.6.8",
"grunt-open": "0.2.3",
"istanbul": "0.3.19",
"mocha": "2.3.2",
"nconf": "0.7.2",
"phantom": "0.7.2",
"random-words": "0.0.1"
}
"grunt-open": "0.2.3"
},
"files": [
"index.js",
"lib"
]
}

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

# cf-nodejs-client [![Build Status](https://travis-ci.org/jabrena/cf-nodejs-client.svg)](https://travis-ci.org/jabrena/cf-nodejs-client) [![Dependency Status](https://david-dm.org/jabrena/cf-nodejs-client.svg)](https://david-dm.org/jabrena/cf-nodejs-client) [![devDependency Status](https://david-dm.org/jabrena/cf-nodejs-client/dev-status.svg)](https://david-dm.org/jabrena/cf-nodejs-client#info=devDependencies)
# cf-nodejs-client [![Build Status](https://travis-ci.org/prosociallearnEU/cf-nodejs-client.svg)](https://travis-ci.org/prosociallearnEU/cf-nodejs-client) [![Dependency Status](https://david-dm.org/prosociallearnEU/cf-nodejs-client.svg)](https://david-dm.org/prosociallearnEU/cf-nodejs-client) [![devDependency Status](https://david-dm.org/prosociallearnEU/cf-nodejs-client/dev-status.svg)](https://david-dm.org/prosociallearnEU/cf-nodejs-client#info=devDependencies)

@@ -3,0 +3,0 @@ [![NPM](https://nodei.co/npm/cf-nodejs-client.png?stars=true)](https://nodei.co/npm/cf-nodejs-client/)

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