ma3route-sdk
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -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), |
108
package.json
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 12 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1280170
83
1925
1
12