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

airship

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airship - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

2

lib/index.js

@@ -14,2 +14,2 @@ var Airship = require('./airship').Airship;

exports.version = '0.1.1';
exports.version = '0.1.3';

@@ -109,2 +109,3 @@ var u = require('./utils')

req.setHeader('content-length', encodedData.length);
req.setHeader('Accept', 'application/vnd.urbanairship+json; version=3');

@@ -111,0 +112,0 @@ req.end(encodedData, 'utf8');

{
"name": "airship",
"description": "A wrapper for the UrbanAirship API",
"author": "James F. Herdman <james.herdman@me.com>",
"version": "0.1.1",
"author": "James F. Herdman <james.herdman@gmail.com>",
"version": "0.1.3",
"keywords": ["urban airship", "api", "push messages", "airship"],

@@ -15,3 +15,3 @@ "repository": {

"engines": {
"node": "~0.6.3"
"node": ">=0.6.3"
},

@@ -21,5 +21,5 @@ "dependencies": {

"devDependencies": {
"mocha": "~1.0.0",
"should": "~0.6.0",
"nock": "~0.11.2"
"mocha": "~1.9.0",
"chai": "~1.6.0",
"nock": "~0.18.0"
},

@@ -26,0 +26,0 @@ "main": "index",

Sorry, the diff of this file is not supported yet

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