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

scripts/prepublish.js

4

History.md

@@ -0,3 +1,7 @@

# 0.1.1
* More liberal Node requirement in package.json
# 0.1.0
* Initial release

2

lib/index.js

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

exports.version = '0.1.0';
exports.version = '0.1.1';

@@ -5,3 +5,3 @@ {

"author": "James F. Herdman <james.herdman@me.com>",
"version": "0.1.0",
"version": "0.1.1",
"keywords": ["urban airship", "api", "push messages", "airship"],

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

"engines": {
"node": "~0.6.10"
"node": "~0.6.3"
},

@@ -22,11 +22,11 @@ "dependencies": {

"devDependencies": {
"mocha": "~0.12.0",
"should": "~0.5.1",
"nock": "git://github.com/jherdman/nock.git#issue-41"
"mocha": "~1.0.0",
"should": "~0.6.0",
"nock": "~0.11.2"
},
"main": "index",
"scripts": {
"prepublish": "npm prune",
"prepublish": "npm prune && ./scripts/prepublish.js",
"test": "make spec"
}
}
# airship [![Build Status](https://secure.travis-ci.org/jherdman/airship.png)](http://travis-ci.org/jherdman/airship)
A wrapper for the Urban Airship API. It's largely an experiment of mine to learn more about event-based programming in Node.js.
A wrapper for the [Urban Airship](http://urbanairship.com) API. It's largely an experiment of mine to learn more about event-based programming in Node.js.
# Usage
## Usage
Please see examples in the `integration` directory for usage. Given that this is such an early release, I'm very open to suggestion on how to evolve the API of this library.
# License
## Resources
## MIT License
* [Urban Airship](http://urbanairship.com)
* [Urban Airship documentation](http://urbanairship.com/docs/)
## License
### MIT License
Copyright (c) 2012 James F. Herdman

@@ -14,0 +19,0 @@

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