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.4.4 to 3.4.5

6

gremlin/index.d.ts
// Type definitions for gremlin 3.4
// Project: https://tinkerpop.apache.org/
// Definitions by: matt-sungwook <https://github.com/matt-sungwook>, keith1024 <https://github.com/keith1024>
// Definitions by: matt-sungwook <https://github.com/matt-sungwook>
// keith1024 <https://github.com/keith1024>
// Paulo Soares <https://github.com/7jpsan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -48,2 +50,4 @@

close(): Promise<void>;
addListener(event: string | symbol, handler: (...args: any[]) => void): void;
removeListener(event: string | symbol, handler: (...args: any[]) => void): void;
}

@@ -50,0 +54,0 @@

9

gremlin/package.json
{
"name": "@types/gremlin",
"version": "3.4.4",
"version": "3.4.5",
"description": "TypeScript definitions for gremlin",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "keith1024"
},
{
"name": "Paulo Soares",
"url": "https://github.com/7jpsan",
"githubUsername": "7jpsan"
}

@@ -28,4 +33,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "d614a0705745805db6b05dcdac558d1aff93a9fb49ddb578e3d746e99cc782ca",
"typesPublisherContentHash": "34c3db583e6ac0a84c22caa661fed18baadc284670a83f9f93a0105012ab7e05",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 19 Feb 2020 22:35:54 GMT
* Last updated: Tue, 25 Feb 2020 00:30:06 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [matt-sungwook](https://github.com/matt-sungwook), and [keith1024](https://github.com/keith1024).
These definitions were written by [matt-sungwook](https://github.com/matt-sungwook), [keith1024](https://github.com/keith1024), and [Paulo Soares](https://github.com/7jpsan).
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