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.9.0 to 0.10.0

7

CHANGELOG.md

@@ -11,2 +11,9 @@

## 0.10.0 - 23/03/2016
Added:
* Added `sdk.places.getPlaces()` for retrieving notable places
## 0.9.0 - 11/03/2016

@@ -13,0 +20,0 @@

3

lib/params.json

@@ -29,2 +29,5 @@ {

},
"places": {
"get": ["lastread_id", "town_id"]
},
"trafficUpdates": {

@@ -31,0 +34,0 @@ "create": ["severity", "placefrom_id", "placeto_id", "latitude", "longitude", "town_id", "email", "delete", "favorite", "unfavorite", "description", "reportedby"],

@@ -24,2 +24,7 @@ /**

/**
* Retrieve notable places
* @type {itemsGetRequest}
*/
getPlaces: generate.newGet("places", paramsConfig.places.get),
/**
* Create directions

@@ -26,0 +31,0 @@ * @type {itemsPostOneRequest}

@@ -147,2 +147,4 @@ /**

return url(options).segment("news");
case "places":
return url(options).segment("places");
case "severity":

@@ -149,0 +151,0 @@ return url(options).segment("severities");

2

package.json
{
"name": "ma3route-sdk",
"version": "0.9.0",
"version": "0.10.0",
"description": "Node.js SDK for developing with the Ma3Route REST API",

@@ -5,0 +5,0 @@ "repository": {

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

# Ma3Route SDK

@@ -22,3 +21,4 @@

Documentation can be found at https://ma3route.github.io/node-sdk. All releases have their documentation there.
Documentation can be found at https://ma3route.github.io/node-sdk. All
releases have their documentation there.

@@ -34,6 +34,5 @@ To generate documentation locally, clone this repo, then run:

You can visit the project's [Board](https://trello.com/b/KSbDB4wP/node-sdk) to view tasks being handled concerning this SDK.
Read through the [guide](https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md)
on contributing to the SDK development.
Also, a [guide](https://github.com/Ma3Route/node-sdk/CONTRIBUTING.md) on contributing to the SDK is available.
To run the tests:

@@ -40,0 +39,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