Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/deasync

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/deasync - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

deasync/index.d.ts

@@ -11,5 +11,5 @@ // Type definitions for deasync 0.1

declare namespace deasync {
function loopWhile(pred: () => boolean): void;
function runLoopOnce(): void;
function sleep(ms: number): void;
function loopWhile(pred: () => boolean): void;
function runLoopOnce(): void;
function sleep(ms: number): void;
}
{
"name": "@types/deasync",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript definitions for deasync",

@@ -9,15 +9,17 @@ "license": "MIT",

"name": "Matt Rollins",
"url": "https://github.com/Sicilica"
"url": "https://github.com/Sicilica",
"githubUsername": "Sicilica"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/deasync"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "0f879ac6482c6fcc5d1aa8254e6c001b731ca2c84703231050f7ce02a128895b",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "b4333b7731fe5b338cdef7d7659823c805831db683b132b9548295367494d04e",
"typeScriptVersion": "3.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deasync
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deasync.
Additional Details
* Last updated: Thu, 20 Jul 2017 13:50:42 GMT
### Additional Details
* Last updated: Fri, 15 May 2020 04:09:04 GMT
* Dependencies: none

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

# Credits
These definitions were written by Matt Rollins <https://github.com/Sicilica>.
These definitions were written by [Matt Rollins](https://github.com/Sicilica).

Sorry, the diff of this file is not supported yet

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