🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/agadoo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/agadoo - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+0
-5
agadoo/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for agadoo 2.0
// Project: https://github.com/Rich-Harris/agadoo#readme
// Definitions by: Artem Klyuev <https://github.com/ArtemKlyuev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Result {

@@ -7,0 +2,0 @@ shaken: boolean;

+3
-4
{
"name": "@types/agadoo",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for agadoo",

@@ -10,3 +10,2 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/agadoo",

"name": "Artem Klyuev",
"url": "https://github.com/ArtemKlyuev",
"githubUsername": "ArtemKlyuev"

@@ -24,4 +23,4 @@ }

"dependencies": {},
"typesPublisherContentHash": "61fafa04b7517a9769ec9803d619506cbc05bef6efad7c07c5f8b50429ae5c40",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "32cceb005af7579508ccc8a5d39ff83d4118d2305dc4280c25a0cc419c329d34",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for agadoo 2.0
// Project: https://github.com/Rich-Harris/agadoo#readme
// Definitions by: Artem Klyuev <https://github.com/ArtemKlyuev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Result {

@@ -37,7 +32,6 @@ shaken: boolean;

### Additional Details
* Last updated: Thu, 06 Oct 2022 15:33:07 GMT
* Last updated: Tue, 17 Oct 2023 21:12:30 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Artem Klyuev](https://github.com/ArtemKlyuev).