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

@aurelia/jit-html

Package Overview
Dependencies
Maintainers
1
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/jit-html - npm Package Compare versions

Comparing version

to
0.3.0-dev.20190216

26

package.json
{
"name": "@aurelia/jit-html",
"version": "0.3.0-dev.20190215",
"version": "0.3.0-dev.20190216",
"main": "dist/index.umd.js",

@@ -44,13 +44,13 @@ "module": "dist/index.es6.js",

"dependencies": {
"@aurelia/jit": "^0.3.0-dev.20190215",
"@aurelia/kernel": "^0.3.0-dev.20190215",
"@aurelia/runtime": "^0.3.0-dev.20190215",
"@aurelia/runtime-html": "^0.3.0-dev.20190215"
"@aurelia/jit": "^0.3.0-dev.20190216",
"@aurelia/kernel": "^0.3.0-dev.20190216",
"@aurelia/runtime": "^0.3.0-dev.20190216",
"@aurelia/runtime-html": "^0.3.0-dev.20190216"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/karma": "^3.0.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.19",
"@types/sinon": "^7.0.5",
"@types/karma": "^3.0.2",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.26",
"@types/sinon": "^7.0.6",
"@types/sinon-chai": "^3.2.2",

@@ -77,3 +77,3 @@ "chai": "^4.2.0",

"ts-node": "^8.0.2",
"tsconfig-paths": "^3.7.0",
"tsconfig-paths": "^3.8.0",
"tslib": "^1.9.3",

@@ -83,6 +83,6 @@ "tslint": "^5.12.1",

"tslint-sonarts": "^1.9.0",
"typescript": "^3.2.4",
"webpack": "^4.29.0"
"typescript": "^3.3.3",
"webpack": "^4.29.4"
},
"gitHead": "c98b2a2153191369f0ab00a65f84559d06ccdbf7"
"gitHead": "a115fb7371d6ec7011e2f6cf8118c8a659f71b69"
}

@@ -20,3 +20,3 @@ import {

} from '@aurelia/jit';
import { IContainer, InterfaceSymbol, IResolver, IResourceDescriptions, PLATFORM, Profiler, Registration } from '@aurelia/kernel';
import { IContainer, InjectArray, IResolver, IResourceDescriptions, PLATFORM, Profiler, Registration } from '@aurelia/kernel';
import {

@@ -64,3 +64,3 @@ HydrateAttributeInstruction,

export class TemplateCompiler implements ITemplateCompiler {
public static readonly inject: ReadonlyArray<InterfaceSymbol> = [ITemplateElementFactory, IAttributeParser, IExpressionParser];
public static readonly inject: InjectArray = [ITemplateElementFactory, IAttributeParser, IExpressionParser];

@@ -67,0 +67,0 @@ private readonly factory: ITemplateElementFactory;

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

import { DI, IContainer, InterfaceSymbol, IResolver, Profiler, Registration } from '@aurelia/kernel';
import { DI, IContainer, InjectArray, InterfaceSymbol, IResolver, Profiler, Registration } from '@aurelia/kernel';
import { IDOM, INode } from '@aurelia/runtime';

@@ -46,3 +46,3 @@

export class HTMLTemplateElementFactory implements ITemplateElementFactory {
public static readonly inject: ReadonlyArray<InterfaceSymbol> = [IDOM];
public static readonly inject: InjectArray = [IDOM];

@@ -49,0 +49,0 @@ private readonly dom: IDOM;

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