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

ma3route-sdk

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ma3route-sdk - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

example/auth.js

9

CHANGELOG.md

@@ -10,2 +10,11 @@ # Change Log

## 0.10.2 - 2016-05-17
Changed:
* configuration variable `request.strictSSL` defaults to `false`, for now.
This is a temporary work-around for the SSL peer verification error
while performing requests against the API.
## 0.10.1 - 2016-05-11

@@ -12,0 +21,0 @@

2

config.json

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

"request": {
"strictSSL": true,
"strictSSL": false,
"json": true

@@ -8,0 +8,0 @@ },

{
"name": "ma3route-sdk",
"version": "0.10.1",
"version": "0.10.2",
"description": "Node.js SDK for developing with the Ma3Route REST API",

@@ -39,2 +39,3 @@ "repository": {

"devDependencies": {
"cli-output": "^1.0.0",
"coveralls": "^2.11.3",

@@ -41,0 +42,0 @@ "grunt": "^1.0.1",

@@ -8,4 +8,6 @@ # Ma3Route SDK

> **The Version 2 of the Ma3Route API will be opened up to the public
> soon. Hang on tight!**
> **The Version 2 of the Ma3Route API has been opened up!**
>
> Go to https://bitbucket.org/ma3route_team/ma3route-api-documentation/wiki/Introduction.md
> for more information.

@@ -32,6 +34,12 @@

## examples:
To get you started, we have added some examples that you can
inspect, in [`examples/`][examples].
## development:
Read through the [guide](https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md)
on contributing to the SDK development.
Read through the [guide][guide] on contributing to the SDK
development.

@@ -50,1 +58,4 @@ To run the tests:

Copyright (c) 2015-2016 SkyeHi Limited
[examples]:https://github.com/Ma3Route/node-sdk/examples/
[guide]:https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md

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