Socket
Socket
Sign inDemoInstall

sapi

Package Overview
Dependencies
50
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.2.0

5

CHANGELOG.md

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

### 0.1.3-pre
### 0.2.0
* Set min node engine to >= v4.0.0
### 0.1.3
* Change test lib to buster-node + referee

@@ -3,0 +6,0 @@ * Set min node engine to >= v0.8.0

12

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.1.3",
"version": "0.2.0",
"homepage": "http://github.com/cliffano/sapi",

@@ -32,12 +32,12 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",

"dependencies": {
"bagofrequest": "~0.0.6",
"lodash": "~2.4.1"
"bagofrequest": "^0.1.3",
"lodash": "^4.14.2"
},
"devDependencies": {
"buster-node": "~0.7.0",
"referee": "~1.0.1"
"buster-node": "^0.7.1",
"referee": "^1.2.0"
},
"scripts": {},
"engines": {
"node": ">= 0.8.0"
"node": "'>= 4.0.0'"
},

@@ -44,0 +44,0 @@ "licenses": [

<img align="right" src="https://raw.github.com/cliffano/sapi/master/avatar.jpg" alt="Avatar"/>
[![Build Status](https://secure.travis-ci.org/cliffano/sapi.png?branch=master)](http://travis-ci.org/cliffano/sapi)
[![Dependencies Status](https://david-dm.org/cliffano/sapi.png)](http://david-dm.org/cliffano/sapi)
[![Coverage Status](https://coveralls.io/repos/cliffano/sapi/badge.png?branch=master)](https://coveralls.io/r/cliffano/sapi?branch=master)
[![Published Version](https://badge.fury.io/js/sapi.png)](http://badge.fury.io/js/sapi)
[![Build Status](https://img.shields.io/travis/cliffano/sapi.svg)](http://travis-ci.org/cliffano/sapi)
[![Dependencies Status](https://img.shields.io/david/cliffano/sapi.svg)](http://david-dm.org/cliffano/sapi)
[![Coverage Status](https://img.shields.io/coveralls/cliffano/sapi.svg)](https://coveralls.io/r/cliffano/sapi?branch=master)
[![Published Version](https://img.shields.io/npm/v/sapi.svg)](http://www.npmjs.com/package/sapi)
<br/>

@@ -99,2 +99,14 @@ [![npm Badge](https://nodei.co/npm/sapi.png)](http://npmjs.org/package/sapi)

[Developer's Guide](http://cliffano.github.io/developers_guide.html#nodejs)
Build reports:
* [Code complexity report](http://cliffano.github.io/sapi/complexity/plato/index.html)
* [Unit tests report](http://cliffano.github.io/sapi/test/buster.out)
* [Test coverage report](http://cliffano.github.io/sapi/coverage/buster-istanbul/lcov-report/lib/index.html)
* [Integration tests report](http://cliffano.github.io/sapi/test-integration/buster.out)
* [API Documentation](http://cliffano.github.io/sapi/doc/dox-foundation/index.html)
Articles:
* [Sapi, A Node.js Client For Sensis API](http://blog.cliffano.com/2012/07/15/sapi-a-node-js-client-for-sensis-api/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc