Socket
Socket
Sign inDemoInstall

@types/ember__component

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ember__component - npm Package Compare versions

Comparing version 3.16.7 to 3.16.8

16

ember__component v3.16/index.d.ts

@@ -5,3 +5,3 @@ // Type definitions for non-npm package @ember/component 3.16

// 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>

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

import CoreView from "@ember/component/-private/core-view";
import ClassNamesSupport from "@ember/component/-private/class-names-support";
import ViewMixin from "@ember/component/-private/view-mixin";
import ActionSupport from "@ember/component/-private/action-support";
import CoreView from '@ember/component/-private/core-view';
import ClassNamesSupport from '@ember/component/-private/class-names-support';
import ViewMixin from '@ember/component/-private/view-mixin';
import ActionSupport from '@ember/component/-private/action-support';

@@ -29,7 +29,3 @@ // tslint:disable-next-line:strict-export-declare-modifiers

*/
export default class Component extends CoreView.extend(
ViewMixin,
ActionSupport,
ClassNamesSupport
) {
export default class Component extends CoreView.extend(ViewMixin, ActionSupport, ClassNamesSupport) {
// methods

@@ -36,0 +32,0 @@ readDOMAttr(name: string): string;

{
"name": "@types/ember__component",
"version": "3.16.7",
"version": "3.16.8",
"description": "TypeScript definitions for @ember/component",

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

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

@@ -43,4 +43,4 @@ {

},
"typesPublisherContentHash": "44bda9f0af08c886c72e7dcc38f2cf654679d8460c015a23e40d63bc276c3e3e",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "eb2d7331c95a9faa597fc8da1310b95b373c72a3ee062513532e3c5b5255d378",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 21 Jan 2022 19:02:04 GMT
* Last updated: Tue, 13 Jun 2023 20:03:06 GMT
* Dependencies: [@types/ember__component](https://npmjs.com/package/@types/ember__component), [@types/ember__object](https://npmjs.com/package/@types/ember__object), [@types/jquery](https://npmjs.com/package/@types/jquery)

@@ -17,2 +17,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