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

aurelia

Package Overview
Dependencies
Maintainers
2
Versions
736
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia - npm Package Compare versions

Comparing version 0.4.0-dev.201910061408 to 0.4.0-dev.201910072333

2

dist/esnext/index.js

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

// eslint-disable-next-line import/no-default-export
export { Aurelia, Aurelia as default } from './quick-start';

@@ -544,3 +543,2 @@ export { DebugConfiguration, TraceConfiguration, } from '@aurelia/debug';

StyleConfiguration, styles, } from '@aurelia/runtime-html';
// tslint:disable-next-line:no-commented-code
// export {

@@ -547,0 +545,0 @@ // IDOMInitializerRegistration,

@@ -35,3 +35,2 @@ import { DebugConfiguration } from '@aurelia/debug';

const comp = config;
// tslint:disable-next-line:no-collapsible-if
if (comp && comp.kind && comp.kind.name === 'custom-element') {

@@ -38,0 +37,0 @@ // Default to custom element element name

@@ -12,3 +12,2 @@ (function (factory) {

Object.defineProperty(exports, "__esModule", { value: true });
// eslint-disable-next-line import/no-default-export
var quick_start_1 = require("./quick-start");

@@ -612,3 +611,2 @@ exports.Aurelia = quick_start_1.Aurelia;

});
// tslint:disable-next-line:no-commented-code
// export {

@@ -615,0 +613,0 @@ // IDOMInitializerRegistration,

@@ -46,3 +46,2 @@ (function (factory) {

const comp = config;
// tslint:disable-next-line:no-collapsible-if
if (comp && comp.kind && comp.kind.name === 'custom-element') {

@@ -49,0 +48,0 @@ // Default to custom element element name

24

package.json
{
"name": "aurelia",
"version": "0.4.0-dev.201910061408",
"version": "0.4.0-dev.201910072333",
"main": "dist/umd/index.js",

@@ -38,12 +38,12 @@ "module": "dist/esnext/index.js",

"dependencies": {
"@aurelia/debug": "^0.4.0-dev.201910061408",
"@aurelia/fetch-client": "^0.4.0-dev.201910061408",
"@aurelia/jit": "^0.4.0-dev.201910061408",
"@aurelia/jit-html": "^0.4.0-dev.201910061408",
"@aurelia/jit-html-browser": "^0.4.0-dev.201910061408",
"@aurelia/kernel": "^0.4.0-dev.201910061408",
"@aurelia/router": "^0.4.0-dev.201910061408",
"@aurelia/runtime": "^0.4.0-dev.201910061408",
"@aurelia/runtime-html": "^0.4.0-dev.201910061408",
"@aurelia/runtime-html-browser": "^0.4.0-dev.201910061408"
"@aurelia/debug": "^0.4.0-dev.201910072333",
"@aurelia/fetch-client": "^0.4.0-dev.201910072333",
"@aurelia/jit": "^0.4.0-dev.201910072333",
"@aurelia/jit-html": "^0.4.0-dev.201910072333",
"@aurelia/jit-html-browser": "^0.4.0-dev.201910072333",
"@aurelia/kernel": "^0.4.0-dev.201910072333",
"@aurelia/router": "^0.4.0-dev.201910072333",
"@aurelia/runtime": "^0.4.0-dev.201910072333",
"@aurelia/runtime-html": "^0.4.0-dev.201910072333",
"@aurelia/runtime-html-browser": "^0.4.0-dev.201910072333"
},

@@ -55,3 +55,3 @@ "devDependencies": {

},
"gitHead": "66d7b6e037e6b8bda74b7e16f7391dbcb03b0c06"
"gitHead": "2dcddf315fb292d514a86e726d9d64b2a8f59b4e"
}

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

// eslint-disable-next-line import/no-default-export
export {

@@ -919,3 +918,2 @@ Aurelia,

// tslint:disable-next-line:no-commented-code
// export {

@@ -922,0 +920,0 @@ // IDOMInitializerRegistration,

@@ -26,3 +26,3 @@ import { DebugConfiguration } from '@aurelia/debug';

export class Aurelia extends $Aurelia<HTMLElement> {
constructor(container: IContainer = DI.createContainer()) {
public constructor(container: IContainer = DI.createContainer()) {
super(container);

@@ -45,3 +45,2 @@ }

const comp = config as ICustomElementType;
// tslint:disable-next-line:no-collapsible-if
if (comp && comp.kind && comp.kind.name === 'custom-element') {

@@ -48,0 +47,0 @@ // Default to custom element element name

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

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