
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@types/remotedev-serialize
Advanced tools
TypeScript definitions for remotedev-serialize
npm install --save @types/remotedev-serialize
This package contains type definitions for remotedev-serialize (https://github.com/zalmoxisus/remotedev-serialize/).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remotedev-serialize.
// TypeScript Version: 2.1
import * as Immutable from "immutable";
export type Options = Record<string, boolean>;
export type Refs = Record<string, any>;
export type DefaultReplacer = (key: string, value: any) => any;
export type Replacer = (
key: string,
value: any,
replacer: DefaultReplacer,
) => any;
export type DefaultReviver = (key: string, value: any) => any;
export type Reviver = (key: string, value: any, reviver: DefaultReviver) => any;
export function immutable(
immutable: typeof Immutable,
refs?: Refs,
customReplacer?: Replacer,
customReviver?: Reviver,
): {
stringify: (input: any) => string;
parse: (input: string) => any;
serialize: (
immutable: typeof Immutable,
refs?: Refs,
customReplacer?: Replacer,
customReviver?: Reviver,
) => {
replacer: Replacer;
reviver: Reviver;
options: Options;
};
};
These definitions were written by Julian Hundeloh.
FAQs
TypeScript definitions for remotedev-serialize
The npm package @types/remotedev-serialize receives a total of 751 weekly downloads. As such, @types/remotedev-serialize popularity was classified as not popular.
We found that @types/remotedev-serialize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.