New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@platformatic/itc

Package Overview
Dependencies
Maintainers
8
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/itc - npm Package Compare versions

Comparing version 2.33.0 to 2.34.0

5

lib/itc.js

@@ -91,5 +91,4 @@ 'use strict'

if (Buffer.isBuffer(data)) {
return {
data: Array.from(data.values())
}
// This will convert as Uint8Array
return data
} else if (Array.isArray(data)) {

@@ -96,0 +95,0 @@ sanitized = []

2

package.json
{
"name": "@platformatic/itc",
"version": "2.33.0",
"version": "2.34.0",
"description": "",

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

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