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.8.4 to 0.9.0

6

CHANGELOG.md

@@ -11,3 +11,9 @@

## 0.9.0 - 11/03/2016
Added:
* added `sdk.user.resetPassword()` for resetting password
## 0.8.4 - 27/02/2016

@@ -14,0 +20,0 @@

3

lib/params.json

@@ -37,4 +37,5 @@ {

"modify": ["firstname", "middlename", "lastname", "email", "alias", "resetpassword", "editprofile"],
"login": ["email", "password"]
"login": ["email", "password"],
"resetPassword": ["email"]
}
}

@@ -35,2 +35,9 @@ /**

getOne: generate.newGetOne("users", paramsConfig.users.login),
/**
* Reset user's password
* @type {itemsPostOneRequest}
*/
resetPassword: generate.newCustomPostOne("users", {
resetpassword: true,
}, paramsConfig.users.resetPassword),
};
{
"name": "ma3route-sdk",
"version": "0.8.4",
"version": "0.9.0",
"description": "Node.js SDK for developing with the Ma3Route REST API",

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

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