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

@maple-app/sdk-node

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maple-app/sdk-node - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [0.2.2](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.2.1...sdk-node-0.2.2) (2023-08-15)
## [0.2.1](https://github.com/ClipboardHealth/maple/compare/sdk-node-0.2.0...sdk-node-0.2.1) (2023-08-14)

@@ -7,0 +9,0 @@

2

examples/index.js

@@ -5,3 +5,3 @@ "use strict";

const configuration = new sdk_node_1.Configuration({
apiKey: process.env["MAPLE_API_KEY"],
apiKey: process.env["YOUR_MAPLE_API_KEY"],
basePath: "https://mact-api-prod.herokuapp.com/api",

@@ -8,0 +8,0 @@ });

{
"name": "@maple-app/sdk-node",
"version": "0.2.1",
"version": "0.2.2",
"description": "The Maple REST API SDK for Node.js.",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -17,3 +17,3 @@ # @maple-app/sdk-node

# Export your Maple REST API key
export MAPLE_API_KEY=[YOUR_API_KEY]
export MAPLE_API_KEY=[YOUR_MAPLE_API_KEY]
```

@@ -30,3 +30,3 @@

const configuration = new Configuration({
apiKey: process.env["MAPLE_API_KEY"],
apiKey: process.env["YOUR_MAPLE_API_KEY"],
basePath: "https://mact-api-prod.herokuapp.com/api",

@@ -33,0 +33,0 @@ });

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