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.3.2 to 0.3.3

2

examples/index.js

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

apiKey: process.env["YOUR_MAPLE_API_KEY"],
basePath: "https://mact-api-prod.herokuapp.com/api",
basePath: "https://mact-api-prod.herokuapp.com",
});

@@ -9,0 +9,0 @@ const api = new sdk_node_1.DefaultApi(configuration);

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

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

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

apiKey: process.env["YOUR_MAPLE_API_KEY"],
basePath: "https://mact-api-prod.herokuapp.com/api",
basePath: "https://mact-api-prod.herokuapp.com",
});

@@ -33,0 +33,0 @@ const api = new DefaultApi(configuration);

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