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

@communities-webruntime/common

Package Overview
Dependencies
Maintainers
2
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communities-webruntime/common - npm Package Compare versions

Comparing version 1.66.3-236.0 to 1.66.3-236.1

10

dist/es/constants.js

@@ -56,2 +56,12 @@ /**

];
/**
* Max URL length supported overall by the different layers
* i.e. browser, CDN, Core, etc...
*
* 8k is what's supported by Akamai and other CDN vendors,
* browsers and Core support longer URLs.
*
* GET fetch requests above this length will fallback to POST
*/
export const MAX_URL_LENGTH = 8000;
//# sourceMappingURL=constants.js.map

@@ -43,2 +43,12 @@ /**

export declare const VALID_DOWNLOAD_PATHS: string[];
/**
* Max URL length supported overall by the different layers
* i.e. browser, CDN, Core, etc...
*
* 8k is what's supported by Akamai and other CDN vendors,
* browsers and Core support longer URLs.
*
* GET fetch requests above this length will fallback to POST
*/
export declare const MAX_URL_LENGTH = 8000;
//# sourceMappingURL=constants.d.ts.map

4

package.json
{
"name": "@communities-webruntime/common",
"license": "MIT",
"version": "1.66.3-236.0",
"version": "1.66.3-236.1",
"description": "Common utilities for Communities Webruntime",

@@ -47,3 +47,3 @@ "type": "module",

},
"gitHead": "2a60c8d315635f8d04cb4a3e5b480d2ad2561691"
"gitHead": "ed4252449e24646141aedddf52cf74992e7649b8"
}

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