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.1 to 3.6.2

6

gremlin/index.d.ts

@@ -500,6 +500,6 @@ // Type definitions for gremlin 3.6

class Translator {
constructor(traversalSource: AnonymousTraversalSource | GraphTraversalSource);
getTraversalSource(): Translator;
constructor(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string);
getTraversalSource(): AnonymousTraversalSource | GraphTraversalSource | string;
of(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string): void;
translate(bytecode: Bytecode, child?: boolean): string;
translate(bytecodeOrTraversal: Bytecode | Traversal, child?: boolean): string;
convert(anyObject: any): string;

@@ -506,0 +506,0 @@ }

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

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

"dependencies": {},
"typesPublisherContentHash": "34386021a5f7f8334a4bd7f69b3743c7120e6d186ecc508291f92caf74545795",
"typesPublisherContentHash": "b413541bb452d49ef374388912c77ff436354762aa441e2ce4985d63403b5a72",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Tue, 02 May 2023 07:02:47 GMT
* Last updated: Thu, 20 Jul 2023 23:02:49 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