Socket
Socket
Sign inDemoInstall

@types/ember__component

Package Overview
Dependencies
4
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.16.9 to 3.16.10

2

ember__component v3.16/-private/action-support.d.ts

@@ -1,2 +0,2 @@

import Mixin from '@ember/object/mixin';
import Mixin from "@ember/object/mixin";

@@ -3,0 +3,0 @@ interface ActionSupport {

@@ -1,2 +0,2 @@

import Mixin from '@ember/object/mixin';
import Mixin from "@ember/object/mixin";

@@ -3,0 +3,0 @@ interface ClassNamesSupport {

@@ -1,4 +0,4 @@

import EmberObject from '@ember/object';
import Evented from '@ember/object/evented';
import ActionHandler from '@ember/object/-private/action-handler';
import EmberObject from "@ember/object";
import ActionHandler from "@ember/object/-private/action-handler";
import Evented from "@ember/object/evented";

@@ -5,0 +5,0 @@ /**

@@ -1,2 +0,2 @@

import EmberObject from '@ember/object';
import EmberObject from "@ember/object";

@@ -3,0 +3,0 @@ interface TriggerActionOptions {

@@ -1,3 +0,3 @@

import TargetActionSupport from '@ember/component/-private/target-action-support';
import Mixin from '@ember/object/mixin';
import TargetActionSupport from "@ember/component/-private/target-action-support";
import Mixin from "@ember/object/mixin";

@@ -4,0 +4,0 @@ /**

@@ -1,2 +0,2 @@

import Mixin from '@ember/object/mixin';
import Mixin from "@ember/object/mixin";

@@ -3,0 +3,0 @@ interface ViewMixin {

@@ -1,2 +0,2 @@

import Component from '@ember/component';
import Component from "@ember/component";

@@ -3,0 +3,0 @@ /**

@@ -12,6 +12,6 @@ // Type definitions for non-npm package @ember/component 3.16

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 ActionSupport from "@ember/component/-private/action-support";
import ClassNamesSupport from "@ember/component/-private/class-names-support";
import CoreView from "@ember/component/-private/core-view";
import ViewMixin from "@ember/component/-private/view-mixin";

@@ -18,0 +18,0 @@ // eslint-disable-next-line @definitelytyped/strict-export-declare-modifiers

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

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

},
"typesPublisherContentHash": "c0f92d92ad7d87355e94afb7aa1be4b06c31d4e14a7d11b68b1f8d0424415bd1",
"typesPublisherContentHash": "13309a93f90ee7182b646e29ec289bfb1bc18ee010f45d5145527ba738a2ba12",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 22 Sep 2023 23:35:09 GMT
* Last updated: Sat, 23 Sep 2023 17:07:22 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)

@@ -14,0 +14,0 @@ * Global values: none

// This class is not intended to be directly constructable.
declare class _TemplateOnlyComponent {
// Type brand to simulate a nominal type.
declare private brand: 'TemplateOnlyComponent';
declare private brand: "TemplateOnlyComponent";
toString(): string;

@@ -6,0 +6,0 @@ }

@@ -0,3 +1,3 @@

import Component from "@ember/component";
import TextSupport from "@ember/component/-private/text-support";
import Component from "@ember/component";

@@ -4,0 +4,0 @@ /**

import Component from "@ember/component";
import TextSupport from '@ember/component/-private/text-support';
import TextSupport from "@ember/component/-private/text-support";
/**

@@ -4,0 +4,0 @@ * The internal class used to create text inputs when the `{{input}}`

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