New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bz-date

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bz-date - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

package.json
{
"name": "bz-date",
"version": "1.3.0",
"version": "1.4.0",
"description": "Date library for btrz",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -644,2 +644,6 @@

this.setMilliseconds = function (seconds) {
throw new Error("Can set on null object");
};
this.toLiteral = function () {

@@ -955,2 +959,7 @@ return {value: 0, offset: 0};

this.setMilliseconds = function (milliseconds) {
_date.setUTCMilliseconds(milliseconds);
return this;
}
this.toLiteral = function () {

@@ -957,0 +966,0 @@ return {value: _date, offset: this.getTimezoneOffset()};

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