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

@aurelia/runtime

Package Overview
Dependencies
Maintainers
1
Versions
1119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/runtime - npm Package Compare versions

Comparing version 0.1.1-dev.20180916 to 0.2.0-dev.20180917

CHANGELOG.md

17

dist/binding/ast.d.ts

@@ -99,2 +99,3 @@ import { IServiceLocator } from '@aurelia/kernel';

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(condition: IExpression, yes: IExpression, no: IExpression);

@@ -107,5 +108,6 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
connect: IExpression['connect'];
constructor(ancestor?: number);
evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;
connect(flags: BindingFlags, scope: IScope, binding: IBinding): void;
}

@@ -144,2 +146,3 @@ export declare class AccessScope implements IExpression {

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(name: string, args: ReadonlyArray<IExpression>, ancestor?: number);

@@ -154,2 +157,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator | null): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(object: IExpression, name: string, args: ReadonlyArray<IExpression>);

@@ -163,2 +167,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(func: IExpression, args: IExpression[]);

@@ -173,2 +178,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(operation: string, left: IExpression, right: IExpression);

@@ -212,5 +218,6 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
connect: IExpression['connect'];
assign: IExpression['assign'];
constructor(value: any);
evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;
connect(flags: BindingFlags, scope: IScope, binding: IBinding): void;
}

@@ -220,2 +227,3 @@ export declare class HtmlLiteral implements IExpression {

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(parts: IExpression[]);

@@ -228,2 +236,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(elements: IExpression[]);

@@ -237,2 +246,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any[];

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(keys: (number | string)[], values: IExpression[]);

@@ -246,2 +256,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): any;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(cooked: string[], expressions?: IsAssign[]);

@@ -258,2 +269,3 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): string;

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(cooked: string[] & {

@@ -304,2 +316,3 @@ raw?: string[];

$kind: ExpressionKind;
assign: IExpression['assign'];
constructor(parts: string[], expressions: IExpression[]);

@@ -306,0 +319,0 @@ evaluate(flags: BindingFlags, scope: IScope, locator: IServiceLocator): string;

3

dist/binding/observation.d.ts
import { IDisposable, IIndexable } from '@aurelia/kernel';
import { INode } from '../dom';
import { IScope } from './binding-context';

@@ -29,3 +30,3 @@ import { BindingFlags } from './binding-flags';

export declare type AccessorOrObserver = IBindingTargetAccessor | IBindingTargetObserver;
export declare type IObservable = (IIndexable | string | Node | Collection) & {
export declare type IObservable = (IIndexable | string | Node | INode | Collection) & {
$observers?: Record<string, AccessorOrObserver>;

@@ -32,0 +33,0 @@ };

{
"name": "@aurelia/runtime",
"version": "0.1.1-dev.20180916",
"version": "0.2.0-dev.20180917",
"main": "dist/index.umd.js",

@@ -34,3 +34,5 @@ "module": "dist/index.es6.js",

"test:watch": "cross-env TS_NODE_PROJECT=\"../../scripts/tsconfig.json\" karma start ../../scripts/karma.conf.ts --package=runtime --browsers=ChromeHeadlessOpt --coverage",
"test:watch:verbose": "cross-env TS_NODE_PROJECT=\"../../scripts/tsconfig.json\" karma start ../../scripts/karma.conf.ts --package=runtime --browsers=ChromeHeadlessOpt --coverage --reporter=mocha",
"test:debugger": "cross-env TS_NODE_PROJECT=\"../../scripts/tsconfig.json\" karma start ../../scripts/karma.conf.ts --package=runtime --browsers=ChromeDebugging",
"test:debugger:verbose": "cross-env TS_NODE_PROJECT=\"../../scripts/tsconfig.json\" karma start ../../scripts/karma.conf.ts --package=runtime --browsers=ChromeDebugging --reporter=mocha",
"build": "tsc -b",

@@ -44,3 +46,3 @@ "dev": "tsc -b -w",

"dependencies": {
"@aurelia/kernel": "^0.1.1-dev.20180916"
"@aurelia/kernel": "0.2.0-dev.20180917"
},

@@ -86,3 +88,3 @@ "devDependencies": {

},
"gitHead": "32c1c739f091ad700291ea2475a1241ab000ade1"
"gitHead": "38c1d7b179ce101c8bba067b7030479bf15d5eb5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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