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

ceres.provider.node.longpoll

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceres.provider.node.longpoll - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

34

dist/protocols/transports/httt.longpoll/protocol.transport.longpoll.d.ts

@@ -15,2 +15,7 @@ export declare namespace Protocol {

};
namespace Packager {
function join(...items: any[]): string | Uint8Array | Error;
function split(source: string | Uint8Array): string[] | Uint8Array[] | Error;
function isPackage(source: any): boolean;
}
type TIncomeData = string | object | ArrayBuffer | number[] | Uint8Array;

@@ -67,19 +72,2 @@ type TStringifyOutput = string | Uint8Array;

}
interface IPrimitiveType<T> {
tsType: string;
binaryType: string;
init: string;
parse: (value: string | number | T) => T;
serialize: (value: T) => string | number | boolean | T;
validate: (value: string | number | T) => boolean;
implementation?: () => {};
}
const PrimitiveTypes: {
[key: string]: IPrimitiveType<any>;
};
namespace Packager {
function join(...items: any[]): string | Uint8Array | Error;
function split(source: string | Uint8Array): string[] | Uint8Array[] | Error;
function isPackage(source: any): boolean;
}
namespace Json {

@@ -190,2 +178,14 @@ namespace Impls {

}
interface IPrimitiveType<T> {
tsType: string;
binaryType: string;
init: string;
parse: (value: string | number | T) => T;
serialize: (value: T) => string | number | boolean | T;
validate: (value: string | number | T) => boolean;
implementation?: () => {};
}
const PrimitiveTypes: {
[key: string]: IPrimitiveType<any>;
};
let ConvertedTypedEntitiesMap: {

@@ -192,0 +192,0 @@ [key: string]: any;

{
"name": "ceres.provider.node.longpoll",
"version": "1.0.10",
"version": "1.0.11",
"description": "Long polling transport for ceres.provider based on nodejs",

@@ -5,0 +5,0 @@ "main": "./dist/transport.js",

Sorry, the diff of this file is too big to display

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