New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurelia/runtime-html

Package Overview
Dependencies
Maintainers
1
Versions
1027
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/runtime-html - npm Package Compare versions

Comparing version 2.1.0-dev.202303312216 to 2.1.0-dev.202304030920

2

dist/types/resources/attribute-pattern.d.ts

@@ -77,3 +77,3 @@ import type { Class, Constructable, IContainer, ResourceDefinition, ResourceType } from '@aurelia/kernel';

export declare function attributePattern(...patternDefs: AttributePatternDefinition[]): AttributePatternDecorator;
export declare class AttributePatternResourceDefinition implements ResourceDefinition<Constructable, IAttributePattern> {
export declare class AttributePatternResourceDefinition implements ResourceDefinition<Constructable, Partial<IAttributePattern>> {
Type: ResourceType<Constructable, Partial<IAttributePattern>>;

@@ -80,0 +80,0 @@ name: string;

@@ -174,3 +174,3 @@ import { DefinitionType } from './resources-shared';

}
export type InjectableToken<K = any> = (target: Injectable<K>, property: string, index: number) => void;
export type InjectableToken<K = any> = (target: Injectable, property: string | symbol | undefined, index: number) => void;
export declare const CustomElement: Readonly<CustomElementKind>;

@@ -177,0 +177,0 @@ type DecoratorFactoryMethod<TClass> = (target: Constructable<TClass>, propertyKey: string, descriptor: PropertyDescriptor) => void;

@@ -8,3 +8,3 @@ import { IRenderLocation } from '../../dom';

export declare class Portal implements ICustomAttributeViewModel {
static inject: (import("@aurelia/kernel").InterfaceSymbol<IPlatform> | import("@aurelia/kernel").InterfaceSymbol<IViewFactory> | import("@aurelia/kernel").InterfaceSymbol<IRenderLocation<ChildNode>>)[];
static inject: import("@aurelia/kernel").InterfaceSymbol<IPlatform>[];
readonly $controller: ICustomAttributeController<this>;

@@ -11,0 +11,0 @@ target: PortalTarget;

@@ -35,3 +35,3 @@ import type { Constructable, IContainer, AnyFunction, FunctionPropNames } from '@aurelia/kernel';

*/
define<T extends Constructable<{}>>(def: {}, Type: T): T;
define<T extends Constructable>(def: {}, Type: T): T;
/**

@@ -38,0 +38,0 @@ * @param ctx - The container where the resolution starts

{
"name": "@aurelia/runtime-html",
"version": "2.1.0-dev.202303312216",
"version": "2.1.0-dev.202304030920",
"main": "dist/cjs/index.cjs",

@@ -52,10 +52,10 @@ "module": "dist/esm/index.mjs",

"dependencies": {
"@aurelia/kernel": "2.1.0-dev.202303312216",
"@aurelia/metadata": "2.1.0-dev.202303312216",
"@aurelia/platform": "2.1.0-dev.202303312216",
"@aurelia/platform-browser": "2.1.0-dev.202303312216",
"@aurelia/runtime": "2.1.0-dev.202303312216"
"@aurelia/kernel": "2.1.0-dev.202304030920",
"@aurelia/metadata": "2.1.0-dev.202304030920",
"@aurelia/platform": "2.1.0-dev.202304030920",
"@aurelia/platform-browser": "2.1.0-dev.202304030920",
"@aurelia/runtime": "2.1.0-dev.202304030920"
},
"devDependencies": {
"typescript": "4.9.5"
"typescript": "5.0.2"
},

@@ -62,0 +62,0 @@ "engines": {

@@ -519,3 +519,3 @@ import { emptyArray, Protocol, all } from '@aurelia/kernel';

export class AttributePatternResourceDefinition implements ResourceDefinition<Constructable, IAttributePattern> {
export class AttributePatternResourceDefinition implements ResourceDefinition<Constructable, Partial<IAttributePattern>> {
public name: string = (void 0)!;

@@ -522,0 +522,0 @@

@@ -417,3 +417,3 @@ import {

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type InjectableToken<K = any> = (target: Injectable<K>, property: string, index: number) => void;
export type InjectableToken<K = any> = (target: Injectable, property: string | symbol | undefined, index: number) => void;
// eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -420,0 +420,0 @@ type InternalInjectableToken<K = any> = InjectableToken<K> & {

Sorry, the diff of this file is not supported yet

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