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 0.7.0-dev.201912200354 to 0.7.0-dev.201912220642

4

dist/esnext/template-compiler.js

@@ -83,5 +83,5 @@ import { __decorate, __metadata, __param } from "tslib";

if ((parent.flags & 8192 /* hasChildNodes */) > 0) {
const { childNodes } = parent;
const childNodes = parent.childNodes;
const ii = childNodes.length;
let childNode;
const ii = childNodes.length;
for (let i = 0; i < ii; ++i) {

@@ -88,0 +88,0 @@ childNode = childNodes[i];

@@ -94,5 +94,5 @@ (function (factory) {

if ((parent.flags & 8192 /* hasChildNodes */) > 0) {
const { childNodes } = parent;
const childNodes = parent.childNodes;
const ii = childNodes.length;
let childNode;
const ii = childNodes.length;
for (let i = 0; i < ii; ++i) {

@@ -99,0 +99,0 @@ childNode = childNodes[i];

{
"name": "@aurelia/jit-html",
"version": "0.7.0-dev.201912200354",
"version": "0.7.0-dev.201912220642",
"main": "dist/umd/index.js",

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

"dependencies": {
"@aurelia/jit": "^0.7.0-dev.201912200354",
"@aurelia/kernel": "^0.7.0-dev.201912200354",
"@aurelia/runtime": "^0.7.0-dev.201912200354",
"@aurelia/runtime-html": "^0.7.0-dev.201912200354"
"@aurelia/jit": "^0.7.0-dev.201912220642",
"@aurelia/kernel": "^0.7.0-dev.201912220642",
"@aurelia/runtime": "^0.7.0-dev.201912220642",
"@aurelia/runtime-html": "^0.7.0-dev.201912220642"
},

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

},
"gitHead": "dbbeef9bbb26d3af485ece70f58006106747d688"
"gitHead": "52812ba9fdcfe13423e73fa2f54cffd63f47026b"
}

@@ -155,5 +155,5 @@ import {

if ((parent.flags & SymbolFlags.hasChildNodes) > 0) {
const { childNodes } = parent;
const childNodes = parent.childNodes;
const ii = childNodes.length;
let childNode: NodeSymbol;
const ii = childNodes.length;
for (let i = 0; i < ii; ++i) {

@@ -160,0 +160,0 @@ childNode = childNodes[i];

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