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.0 to 0.7.1

2

lib/fuel-rest.js

@@ -78,3 +78,3 @@ /**

if( !!err ) {
if( err ) {
helpers.deliverResponse( 'error', err, callback, 'FuelAuth' );

@@ -81,0 +81,0 @@ return;

{
"name": "fuel-rest",
"version": "0.7.0",
"version": "0.7.1",
"description": "Node Library for performing REST API calls with ExactTarget Fuel.",

@@ -5,0 +5,0 @@ "main": "./lib/fuel-rest.js",

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

Fuel REST Client (for Node.js)
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)
=============

@@ -74,12 +74,10 @@

* **0.7.0** - 2014-08-29
* **0.7.1** - 2014-09-09 - removed unneeded "!!"
* **0.7.0** - 2014-08-29 (public release, 1st npm version)
* request retry on 401 invalid token response
* created helpers file for certain functions
* updated error delivering/throwing
* **0.6.0** - 2014-08-26
* added patch method
* **0.5.0** - 2014-08-26
* api overhaul (apiRequest + all http methods) - *breaking*
* **0.4.0** - 2014-08-25
* changed object initialization - *breaking*
* **0.6.0** - 2014-08-26 - added patch method
* **0.5.0** - 2014-08-26 - API overhaul (apiRequest + all http methods) - *breaking*
* **0.4.0** - 2014-08-25 - changed object initialization - *breaking*
* **0.3.0** - 2014-08-20

@@ -89,4 +87,3 @@ * added ability to use initialized fuel auth

* added license
* **0.2.0** - 2014-08-09
* removed event emitter - *breaking*
* **0.2.0** - 2014-08-09 - removed event emitter - *breaking*
* **0.1.0** - 2014-08-07

@@ -93,0 +90,0 @@ * initial module

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