Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

code42day-calendar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code42day-calendar - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

History.md
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 @@ ==================

10

lib/days.js

@@ -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 @@

7

package.json
{
"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",

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