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

j-date

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

j-date - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

dist/index.js

@@ -5,3 +5,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

else if(typeof define === 'function' && define.amd)
define([], factory);
define("JDate", [], factory);
else if(typeof exports === 'object')

@@ -241,2 +241,3 @@ exports["JDate"] = factory();

// Export `JDate` class to global scope
exports.default = JDate;
exports.JDate = JDate;

@@ -243,0 +244,0 @@ /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))

@@ -187,2 +187,4 @@ // Cache original `Date` class. User may set window.Date = JDate

// Export `JDate` class to global scope
export default JDate;
export { JDate as JDate };
{
"name": "j-date",
"version": "0.0.1",
"version": "0.0.2",
"description": "Date class implementation in Jalali calendar",

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

@@ -11,3 +11,3 @@ # Date class implementation in Jalali calendar

maintenance and modern development, still I'm not sure about it's possible logical bugs! I refactored
[this code](https://github.com/tahajahangir/jdate) to modern an modular npm package for ease of use in modern work flow.
[this code](https://github.com/tahajahangir/jdate) to a modern and modular npm package for ease of use in modern work flow.

@@ -14,0 +14,0 @@ ## TO DO:

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