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

@types/memcached

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/memcached - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

17

memcached/index.d.ts

@@ -13,3 +13,2 @@ // Type definitions for memcached 2.2

declare class Memcached extends events.EventEmitter {
static config: Memcached.options;

@@ -221,3 +220,3 @@

declare namespace Memcached {
export interface IssueData {
interface IssueData {
server: string;

@@ -234,9 +233,9 @@ tokens: [string, string];

export interface CommandData {
interface CommandData {
start: number;
execution: number;
callback: (...args : any[]) => any;
callback(...args: any[]): any;
type: string;
command: string;
validate: Array<[string, (...args : any[]) => any]>;
validate: Array<[string, (...args: any[]) => any]>;
cas ?: string;

@@ -249,3 +248,3 @@ redundancyEnabled ?: boolean;

export interface StatusData {
interface StatusData {
server ?: string;

@@ -255,3 +254,3 @@ [key: string]: string|boolean|number|undefined;

export interface VersionData extends StatusData {
interface VersionData extends StatusData {
version: string;

@@ -263,3 +262,3 @@ major: string;

export interface CacheDumpData {
interface CacheDumpData {
key: string;

@@ -270,3 +269,3 @@ b: number;

export interface options {
interface options {
/**

@@ -273,0 +272,0 @@ * 250, the maximum key size allowed.

{
"name": "@types/memcached",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript definitions for memcached",

@@ -22,4 +22,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "0025b69f49808a25575df56ce4443b7334051bede065d01e1a8b365cbbfb1825",
"typesPublisherContentHash": "725ce118b645f31017c12811282285a44aed98b406a0d9d122142cb350ada43c",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 10 Mar 2017 06:07:39 GMT
* Last updated: Fri, 24 Mar 2017 16:00:11 GMT
* Dependencies: events, node

@@ -14,0 +14,0 @@ * Global values: none

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