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

@types/ember__destroyable

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ember__destroyable - npm Package Compare versions

Comparing version 3.22.1 to 3.22.2

11

ember__destroyable v3.22/index.d.ts

@@ -5,3 +5,3 @@ // Type definitions for non-npm package @ember/destroyable 3.22

// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// Krystan HuffMenne <https://github.com/gitKrystan>
// James C. Davis <https://github.com/jamescdavis>

@@ -24,9 +24,6 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function registerDestructor<T extends object>(
destroyable: T,
destructor: (destroyable: T) => void
destroyable: T,
destructor: (destroyable: T) => void,
): (destroyable: T) => void;
export function unregisterDestructor<T extends object>(
destroyable: T,
destructor: (destroyable: T) => void
): void;
export function unregisterDestructor<T extends object>(destroyable: T, destructor: (destroyable: T) => void): void;
{
"name": "@types/ember__destroyable",
"version": "3.22.1",
"version": "3.22.2",
"description": "TypeScript definitions for @ember/destroyable",

@@ -19,5 +19,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember__destroyable",

{
"name": "Dan Freeman",
"url": "https://github.com/dfreeman",
"githubUsername": "dfreeman"
"name": "Krystan HuffMenne",
"url": "https://github.com/gitKrystan",
"githubUsername": "gitKrystan"
},

@@ -39,4 +39,4 @@ {

"dependencies": {},
"typesPublisherContentHash": "916a6fa998bd7a4ed6998302864fa287e90bb87888a07e3856258b4b7b991ca3",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "04e3007cdb868cf89b37a1bd7df586a1b79fb86eed7dd6e5df807f69731e276a",
"typeScriptVersion": "4.3"
}

@@ -15,3 +15,3 @@ # Installation

// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// Krystan HuffMenne <https://github.com/gitKrystan>
// James C. Davis <https://github.com/jamescdavis>

@@ -34,10 +34,7 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function registerDestructor<T extends object>(
destroyable: T,
destructor: (destroyable: T) => void
destroyable: T,
destructor: (destroyable: T) => void,
): (destroyable: T) => void;
export function unregisterDestructor<T extends object>(
destroyable: T,
destructor: (destroyable: T) => void
): void;
export function unregisterDestructor<T extends object>(destroyable: T, destructor: (destroyable: T) => void): void;

@@ -47,3 +44,3 @@ ````

### Additional Details
* Last updated: Fri, 21 Jan 2022 19:02:06 GMT
* Last updated: Tue, 13 Jun 2023 20:03:07 GMT
* Dependencies: none

@@ -53,2 +50,2 @@ * Global values: none

# Credits
These definitions were written by [Mike North](https://github.com/mike-north), [Chris Krycho](https://github.com/chriskrycho), [Dan Freeman](https://github.com/dfreeman), and [James C. Davis](https://github.com/jamescdavis).
These definitions were written by [Mike North](https://github.com/mike-north), [Chris Krycho](https://github.com/chriskrycho), [Krystan HuffMenne](https://github.com/gitKrystan), and [James C. Davis](https://github.com/jamescdavis).
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