Socket
Socket
Sign inDemoInstall

@types/gun

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

4

gun/index.d.ts

@@ -396,5 +396,5 @@ // Type definitions for gun 0.9

/** If you want SEA to throw while in development, turn SEA.throw = true on, but please do not use this in production. */
throw?: boolean;
throw?: boolean | undefined;
/** Last known error */
err?: Error;
err?: Error | undefined;
/**

@@ -401,0 +401,0 @@ * This gives you a Proof of Work (POW) / Hashing of Data

{
"name": "@types/gun",
"version": "0.9.2",
"version": "0.9.3",
"description": "TypeScript definitions for gun",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gun",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "0dfee04245c8c1d727a433a998a8fef308a98f28ac70bc07d195d48ab5d59086",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "e737ba0a31faa604a884c7a2b36392d9049a0dbd57f4054b78d5752f7c228f79",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gun
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gun.
Additional Details
* Last updated: Mon, 14 Oct 2019 16:05:16 GMT
### Additional Details
* Last updated: Thu, 08 Jul 2021 14:22:37 GMT
* Dependencies: none

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

# Credits
These definitions were written by Jack Works <https://github.com/Jack-Works>.
These definitions were written by [Jack Works](https://github.com/Jack-Works).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc