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

@trayio/commons

Package Overview
Dependencies
Maintainers
4
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/commons - npm Package Compare versions

Comparing version 2.16.0 to 2.17.0

1

dist/http/Http.d.ts

@@ -38,2 +38,3 @@ /// <reference types="node" />

OctetStream = "application/octet-stream",
FormUrlEncoded = "application/x-www-form-urlencoded",
MultipartRequestBody = "multipart/form-data",

@@ -40,0 +41,0 @@ Text = "text/plain"

@@ -43,2 +43,3 @@ "use strict";

HttpContentType["OctetStream"] = "application/octet-stream";
HttpContentType["FormUrlEncoded"] = "application/x-www-form-urlencoded";
HttpContentType["MultipartRequestBody"] = "multipart/form-data";

@@ -45,0 +46,0 @@ HttpContentType["Text"] = "text/plain";

2

package.json
{
"name": "@trayio/commons",
"version": "2.16.0",
"version": "2.17.0",
"description": "Extensions to the standard/core libraries and basic features",

@@ -5,0 +5,0 @@ "exports": {

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