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

@doctadevs/utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctadevs/utils - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/src/date.d.ts

@@ -7,2 +7,3 @@ declare type MaybeDate = Date | string | number;

export declare const getPeriodFromDate: (date: MaybeDate) => string;
export declare const now: () => string;
export {};

4

dist/src/date.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPeriodFromDate = exports.getMonthShortNameFromDate = exports.getMonthNameFromDate = exports.monthShortNames = exports.monthNames = void 0;
exports.now = exports.getPeriodFromDate = exports.getMonthShortNameFromDate = exports.getMonthNameFromDate = exports.monthShortNames = exports.monthNames = void 0;
exports.monthNames = [

@@ -29,2 +29,4 @@ 'Enero',

exports.getPeriodFromDate = getPeriodFromDate;
const now = () => new Date().toJSON();
exports.now = now;
//# sourceMappingURL=date.js.map
{
"name": "@doctadevs/utils",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -32,1 +32,3 @@ type MaybeDate = Date | string | number;

};
export const now = () => new Date().toJSON();

Sorry, the diff of this file is not supported yet

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