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

sparkpost

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparkpost - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

ajh_test.js

@@ -12,3 +12,3 @@ // NODE SDK Test Key

.post('/api/v1/transmissions')
.reply(422);
.reply(422, {});

@@ -15,0 +15,0 @@ sparky.transmissions.send({

## Change Log
### v1.3.3 (2016/04/25)
- [#142](https://github.com/SparkPost/node-sparkpost/pull/142) Upgrade request to 2.72.0 and fix affected test (@artlogic)
### v1.3.2 (2016/04/13)

@@ -4,0 +7,0 @@ - [#139](https://github.com/SparkPost/node-sparkpost/pull/139) Make Gruntfile.js cross-platform friendly (@coldacid)

{
"name": "sparkpost",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",

@@ -45,4 +45,4 @@ "main": "./lib/sparkpost.js",

"lodash": "^3.9.3",
"request": "2.42.0"
"request": "^2.72.0"
}
}

@@ -199,2 +199,3 @@ var chai = require('chai')

, uri: 'https://test.sparkpost.com/test'
, gzip: true
};

@@ -207,3 +208,3 @@

reqheaders: {
'accept-encoding': 'gzip'
'accept-encoding': /gzip/
}

@@ -210,0 +211,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