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

@integromat/sdk

Package Overview
Dependencies
Maintainers
73
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@integromat/sdk - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

CHANGELOG.md

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

## [0.3.1](https://github.com/integromat/mono/compare/make-sdk-v0.3.0...make-sdk-v0.3.1) (2024-06-03)
### Bug Fixes
* **make-sdk:** fix and regenerate docs ([#398](https://github.com/integromat/mono/issues/398)) ([cbf26b8](https://github.com/integromat/mono/commit/cbf26b829a34e398732e00eb32a0bd6a45bfe3b1))
# [0.3.0](https://github.com/integromat/mono/compare/make-sdk-v0.2.1...make-sdk-v0.3.0) (2024-05-30)

@@ -7,0 +16,0 @@

2

package.json
{
"private": false,
"name": "@integromat/sdk",
"version": "0.3.0",
"version": "0.3.1",
"type": "commonjs",

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

@@ -55,3 +55,3 @@ import type { TSchema } from '@sinclair/typebox';

* const response = await sdk.makeRequest({
* apiPath: '/example',
* path: '/example',
* method: 'GET',

@@ -58,0 +58,0 @@ * omitCredentials: true,

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

* const response = await sdk.makeRequest({
* apiPath: '/example',
* path: '/example',
* method: 'GET',

@@ -57,0 +57,0 @@ * omitCredentials: true,

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