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

docs/ma3route-sdk/0.10.1/fonts/OpenSans-Bold-webfont.eot

20

CHANGELOG.md

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

# Change Log

@@ -11,4 +10,12 @@

## 0.10.0 - 23/03/2016
## 0.10.1 - 2016-05-11
Fixed:
* Fix typo in method name i.e. from `sdk.drivingReports.delete` to
`sdk.drivingReports.deleteOne`
## 0.10.0 - 2016-03-23
Added:

@@ -19,3 +26,3 @@

## 0.9.0 - 11/03/2016
## 0.9.0 - 2016-03-11

@@ -27,3 +34,3 @@ Added:

## 0.8.4 - 27/02/2016
## 0.8.4 - 2016-02-27

@@ -40,3 +47,3 @@ Changed:

## 0.8.3 - 17/02/2016
## 0.8.3 - 2016-02-17

@@ -48,3 +55,3 @@ Fixed:

## 0.8.2 - 17/02/2016
## 0.8.2 - 2016-02-17

@@ -63,2 +70,1 @@ Added:

* fixed typo in endpoint URL, `/contactus`

@@ -27,3 +27,3 @@ /**

*/
delete: generate.newCustomPostOne("drivingReports", {
deleteOne: generate.newCustomPostOne("drivingReports", {
delete: true,

@@ -30,0 +30,0 @@ }, paramsConfig.drivingReports.delete),

{
"name": "ma3route-sdk",
"version": "0.10.0",
"description": "Node.js SDK for developing with the Ma3Route REST API",
"repository": {
"type": "git",
"url": "git://github.com/Ma3Route/node-sdk.git"
},
"main": "index.js",
"scripts": {
"docs": "grunt docs",
"test": "grunt test",
"test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.*.js"
},
"keywords": [
"ma3route",
"sdk",
"rest",
"api"
],
"author": {
"name": "GochoMugo",
"email": "mugo@forfuture.co.ke",
"url": "https://gochomugo.github.io"
},
"license": "MIT",
"dependencies": {
"common-errors": "^0.5.1",
"debug": "^2.2.0",
"decamelize": "^1.0.0",
"eventsource": "^0.2.0",
"node-forge": "^0.6.34",
"request":"^2.57.0",
"urijs": "^1.16.1",
"lodash": "^4.4.0",
"trim-character": "^2.0.1"
},
"devDependencies": {
"coveralls": "^2.11.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-eslint": "^16.0.0",
"grunt-jsdoc": "1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.2",
"load-grunt-tasks": "^3.2.0",
"mocha-lcov-reporter": "^1.0.0",
"should": "^8.2.2",
"mocha": ">=1.20.0"
},
"engines": {
"node": ">= 0.10.0"
}
"name": "ma3route-sdk",
"version": "0.10.1",
"description": "Node.js SDK for developing with the Ma3Route REST API",
"repository": {
"type": "git",
"url": "git://github.com/Ma3Route/node-sdk.git"
},
"main": "index.js",
"scripts": {
"docs": "grunt docs",
"test": "grunt test",
"test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.*.js"
},
"keywords": [
"ma3route",
"sdk",
"rest",
"api"
],
"author": {
"name": "GochoMugo",
"email": "mugo@forfuture.co.ke",
"url": "https://gochomugo.github.io"
},
"license": "MIT",
"dependencies": {
"common-errors": "^0.5.1",
"debug": "^2.2.0",
"decamelize": "^1.0.0",
"eventsource": "^0.2.0",
"node-forge": "^0.6.34",
"request": "^2.57.0",
"urijs": "^1.16.1",
"lodash": "^4.4.0",
"trim-character": "^2.0.1"
},
"devDependencies": {
"coveralls": "^2.11.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-jsdoc": "^2.0.0",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.2",
"load-grunt-tasks": "^3.2.0",
"mocha": ">=1.20.0",
"mocha-lcov-reporter": "^1.0.0",
"should": "^8.2.2"
},
"engines": {
"node": ">= 0.10.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