melody-idom
Advanced tools
Comparing version 1.2.0-4 to 1.2.0-alpha.10
@@ -53,7 +53,7 @@ /** | ||
/* | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
var attrsArr = data.attrsArr; | ||
@@ -280,5 +280,5 @@ var newAttrs = data.newAttrs; | ||
/* | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
var fn = arguments[i]; | ||
@@ -285,0 +285,0 @@ formatted = fn(formatted); |
@@ -1570,7 +1570,7 @@ import _debounce from 'lodash/debounce'; | ||
/* | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
var attrsArr = data.attrsArr; | ||
@@ -1797,5 +1797,5 @@ var newAttrs = data.newAttrs; | ||
/* | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
var fn = arguments[i]; | ||
@@ -1802,0 +1802,0 @@ formatted = fn(formatted); |
@@ -1576,7 +1576,7 @@ 'use strict'; | ||
/* | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
var attrsArr = data.attrsArr; | ||
@@ -1803,5 +1803,5 @@ var newAttrs = data.newAttrs; | ||
/* | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
var fn = arguments[i]; | ||
@@ -1808,0 +1808,0 @@ formatted = fn(formatted); |
{ | ||
"name": "melody-idom", | ||
"version": "1.2.0-4", | ||
"version": "1.2.0-alpha.10+c933622", | ||
"description": "", | ||
@@ -17,5 +17,3 @@ "main": "./lib/index.js", | ||
}, | ||
"devDependencies": { | ||
"rollup-plugin-babel": "^2.6.1" | ||
} | ||
"gitHead": "c9336225fae7c2f3e13ab5e0b260065eefe15e4f" | ||
} |
@@ -72,7 +72,7 @@ /** | ||
/* | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
* Checks to see if one or more attributes have changed for a given Element. | ||
* When no attributes have changed, this is much faster than checking each | ||
* individual argument. When attributes have changed, the overhead of this is | ||
* minimal. | ||
*/ | ||
const attrsArr = data.attrsArr; | ||
@@ -329,5 +329,5 @@ const newAttrs = data.newAttrs; | ||
/* | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
* Call the formatter function directly to prevent leaking arguments. | ||
* https://github.com/google/incremental-dom/pull/204#issuecomment-178223574 | ||
*/ | ||
var fn = arguments[i]; | ||
@@ -334,0 +334,0 @@ formatted = fn(formatted); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
284847
0
41