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

fuel-rest

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuel-rest - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

0

lib/fuel-rest.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

20

package.json
{
"name": "fuel-rest",
"version": "0.7.2",
"version": "0.7.3",
"description": "Node Library for performing REST API calls with ExactTarget Fuel.",

@@ -16,15 +16,15 @@ "main": "./lib/fuel-rest.js",

"devDependencies": {
"body-parser": "~1.12.0",
"chai": "~2.1.1",
"grunt-bump": "~0.3.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt": "~0.4.5",
"grunt-bump": "~0.0.14",
"grunt-contrib-jshint": "~0.10.0",
"mocha": "~1.20.1",
"chai": "~1.9.1",
"body-parser": "~1.4.3",
"sinon": "~1.10.2"
"mocha": "~2.2.1",
"sinon": "~1.13.0"
},
"dependencies": {
"fuel-auth": "~0.5.0",
"lodash": "~2.4.1",
"request": "~2.40.0"
"fuel-auth": "~0.5.3",
"lodash": "~3.5.0",
"request": "~2.53.0"
}
}

@@ -6,2 +6,6 @@ Fuel REST Client (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-REST.svg?branch=master)](https://travis-ci.org/ExactTarget/Fuel-Node-REST)

```
npm install fuel-rest --save
```
## Initialization

@@ -55,3 +59,3 @@

var options = {
uri: '/platform/v1/endpoints'
uri: '/platform/v1/endpoints',
headers: {}

@@ -64,3 +68,3 @@ // other request options

// error here
console.log( error );
console.log( err );
}

@@ -75,2 +79,12 @@

## Contributors
* Alex Vernacchia (author) - [twitter](https://twitter.com/vernacchia), [github](https://github.com/vernak2539)
* Kelly Andrews - [twitter](https://twitter.com/kellyjandrews), [github](https://github.com/kellyjandrews)
* David Brainer-Banker - [twitter](https://twitter.com/TweetTypography), [github](https://github.com/tweettypography)
## Contributing
We welcome all contributions and issues! There's only one way to make this better, and that's by using it. If you would like to contribute, please checkout our [guidelines](https://github.com/ExactTarget/Fuel-Node-REST/wiki/Contributing)!
## ChangeLog

@@ -77,0 +91,0 @@

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