code42day-calendar
Advanced tools
Comparing version 0.2.3 to 0.2.4
0.2.4 / 2015-09-18 | ||
================== | ||
* remove yields/empty dependency | ||
* switch deps: in-groups-of -> code42day-in-groups-of | ||
0.2.3 / 2015-09-14 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -15,3 +15,2 @@ | ||
, range = require('range') | ||
, empty = require('empty') | ||
, normalize = require('normalize') | ||
@@ -176,5 +175,4 @@ , DayRange = require('./dayrange'); | ||
this.head.appendChild(this.renderHeading(this.locale.weekdaysMin)); | ||
empty(this.body); | ||
this.body.appendChild(this.renderDays(date)); | ||
this.head.insertAdjacentHTML('beforeend', this.renderHeading(this.locale.weekdaysMin)); | ||
this.body.innerHTML = this.renderDays(date); | ||
}; | ||
@@ -268,3 +266,3 @@ | ||
}).join('') + '</tr>'; | ||
return domify(rows); | ||
return rows; | ||
}; | ||
@@ -285,3 +283,3 @@ | ||
}).join('\n'); | ||
return domify(html); | ||
return html; | ||
}; | ||
@@ -288,0 +286,0 @@ |
{ | ||
"name": "code42day-calendar", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Calendar component", | ||
@@ -24,7 +24,6 @@ "scripts": { | ||
"component-emitter": "^1.0.0", | ||
"component-empty": "~0", | ||
"component-event": "*", | ||
"component-type": "*", | ||
"democracyos-normalize": "~0", | ||
"in-groups-of": "component/in-groups-of#1.0.0", | ||
"code42day-in-groups-of": "^1.0.1", | ||
"map-component": "*", | ||
@@ -44,4 +43,4 @@ "range-component": "^1.0.0", | ||
"classes": "component-classes", | ||
"empty": "component-empty", | ||
"event": "component-event", | ||
"in-groups-of": "code42day-in-groups-of", | ||
"map": "map-component", | ||
@@ -48,0 +47,0 @@ "range": "range-component", |
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
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
19921
12
0
0
638
+ Addedcode42day-in-groups-of@1.1.0(transitive)
- Removedcomponent-empty@~0
- Removedcomponent-empty@0.0.1(transitive)
- Removedisarray@0.0.1(transitive)