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

@types/gremlin

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gremlin - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

28

gremlin/index.d.ts

@@ -44,3 +44,3 @@ // Type definitions for gremlin 3.6

open(): Promise<void>;
isOpen: Promise<boolean>;
isOpen: boolean;
submit(bytecode: Bytecode): Promise<any>;

@@ -66,6 +66,8 @@ createSession(): this;

open(): Promise<void>;
isOpen: Promise<boolean>;
isOpen: boolean;
submit(message: Bytecode | string, bindings?: any, requestOptions?: RequestOptions): Promise<any>;
stream(message: Bytecode | string, bindings?: any, requestOptions?: RequestOptions): any;
close(): Promise<void>;
addListener(event: string, handler: (...args: any[]) => void): void;
removeListener(event: string, handler: (...args: any[]) => void): void;
}

@@ -183,8 +185,12 @@

const direction: {
interface Direction {
both: EnumValue;
in: EnumValue;
out: EnumValue;
};
from_: EnumValue;
to: EnumValue;
}
const direction: Direction;
const graphSONVersion: {

@@ -201,2 +207,11 @@ v1_0: EnumValue;

interface Merge {
onCreate: EnumValue;
onMatch: EnumValue;
outV: EnumValue;
inV: EnumValue;
}
const merge: Merge;
interface Operator {

@@ -220,5 +235,3 @@ addAll: EnumValue;

asc: EnumValue;
decr: EnumValue;
desc: EnumValue;
incr: EnumValue;
shuffle: EnumValue;

@@ -495,3 +508,4 @@ };

of(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string): void;
translate(bytecode: Bytecode): string;
translate(bytecode: Bytecode, child?: boolean): string;
convert(anyObject: any): string;
}

@@ -498,0 +512,0 @@

{
"name": "@types/gremlin",
"version": "3.6.0",
"version": "3.6.1",
"description": "TypeScript definitions for gremlin",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gremlin",

"dependencies": {},
"typesPublisherContentHash": "b4b3aee8db158d43e7a1931ad0557585047dadf4adb2ac48fa84d2884dc5ff56",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "34386021a5f7f8334a4bd7f69b3743c7120e6d186ecc508291f92caf74545795",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 05 Aug 2022 08:02:15 GMT
* Last updated: Tue, 02 May 2023 07:02:47 GMT
* Dependencies: none

@@ -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