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.201910031539 to 0.4.0-dev.201910041337

1

dist/esnext/index.js

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

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

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

2

dist/esnext/quick-start.js

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

au.register(JitHtmlBrowserConfiguration);
// eslint-disable-next-line sonarjs/no-collapsible-if
if (typeof process !== 'undefined' && typeof process.env === 'object') {

@@ -14,3 +15,2 @@ // Just use NODE_ENV to control build process.

// Then tree-shaking/minifier will remove unused DebugConfiguration import.
// tslint:disable-next-line:no-collapsible-if
if (process.env.NODE_ENV !== 'production') {

@@ -17,0 +17,0 @@ au.register(DebugConfiguration);

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

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

@@ -14,0 +15,0 @@ exports.Aurelia = quick_start_1.Aurelia;

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

au.register(jit_html_browser_1.JitHtmlBrowserConfiguration);
// eslint-disable-next-line sonarjs/no-collapsible-if
if (typeof process !== 'undefined' && typeof process.env === 'object') {

@@ -25,3 +26,2 @@ // Just use NODE_ENV to control build process.

// Then tree-shaking/minifier will remove unused DebugConfiguration import.
// tslint:disable-next-line:no-collapsible-if
if (process.env.NODE_ENV !== 'production') {

@@ -28,0 +28,0 @@ au.register(debug_1.DebugConfiguration);

{
"name": "aurelia",
"version": "0.4.0-dev.201910031539",
"version": "0.4.0-dev.201910041337",
"main": "dist/umd/index.js",

@@ -29,5 +29,5 @@ "module": "dist/esnext/index.js",

"scripts": {
"lint": "tslint --project tsconfig.json -t stylish",
"lint": "eslint --cache --ext .js,.ts src/",
"build": "tsc -b",
"bundle": "ts-node -P ../../scripts/tsconfig.json ../../scripts/bundle.ts umd,esm,system aurelia",
"bundle": "ts-node -P ../../tsconfig.json ../../scripts/bundle.ts umd,esm,system aurelia",
"dev": "tsc -b -w"

@@ -39,12 +39,12 @@ },

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

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

},
"gitHead": "ef65a731898415c9272ba7368d5fc5cacbe951ab"
"gitHead": "b977d0612cfcfd031e7547c6608758789c7d5090"
}

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

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

@@ -595,3 +596,3 @@ Aurelia,

// These exports are temporary until we have a proper way to unit test them
// These exports are temporary until we have a proper way to unit test them
Controller,

@@ -598,0 +599,0 @@

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

// eslint-disable-next-line sonarjs/no-collapsible-if
if (typeof process !== 'undefined' && typeof process.env === 'object') {

@@ -17,3 +18,2 @@ // Just use NODE_ENV to control build process.

// Then tree-shaking/minifier will remove unused DebugConfiguration import.
// tslint:disable-next-line:no-collapsible-if
if (process.env.NODE_ENV !== 'production') {

@@ -20,0 +20,0 @@ au.register(DebugConfiguration);

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