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

@integromat/sdk

Package Overview
Dependencies
Maintainers
0
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.3 to 0.3.4

9

CHANGELOG.md

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

## [0.3.4](https://github.com/integromat/mono/compare/make-sdk-v0.3.3...make-sdk-v0.3.4) (2024-10-10)
### Bug Fixes
* **core:** bump @sinclair/typebox to v0.33 ([#1018](https://github.com/integromat/mono/issues/1018)) ([641c25c](https://github.com/integromat/mono/commit/641c25cd48a7706b511555be05ee8a4a32604431))
## [0.3.3](https://github.com/integromat/mono/compare/make-sdk-v0.3.1...make-sdk-0.3.3) (2024-06-28)

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

7

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

@@ -16,3 +16,3 @@ "main": "./src/index.js",

"peerDependencies": {
"@sinclair/typebox": "^0.32.30"
"@sinclair/typebox": "^0.x.x >=0.33.0"
},

@@ -22,3 +22,4 @@ "devDependencies": {

"typedoc-plugin-markdown": "4.1.0"
}
},
"types": "./src/index.d.ts"
}

@@ -1,2 +0,2 @@

import { type Static } from '@sinclair/typebox';
import type { Static } from '@sinclair/typebox';
import { Endpoint } from '../endpoint';

@@ -3,0 +3,0 @@ /**

Sorry, the diff of this file is not supported yet

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