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

@sapphire/time-utilities

Package Overview
Dependencies
Maintainers
0
Versions
932
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphire/time-utilities - npm Package Compare versions

Comparing version 1.7.13-next.0cc95647 to 1.7.13-next.0dce7d63

8

dist/iife/index.global.js

@@ -106,2 +106,10 @@ var SapphireTimeUtilities = (function (exports) {

/**
* Returns the string that represents this cron pattern
*
* @returns The string that represents this cron pattern
*/
toString() {
return this.cron;
}
/**
* Normalize the pattern

@@ -108,0 +116,0 @@ * @param cron The pattern to normalize

8

package.json
{
"name": "@sapphire/time-utilities",
"version": "1.7.13-next.0cc95647",
"version": "1.7.13-next.0dce7d63",
"description": "A time utility library for JavaScript.",

@@ -69,5 +69,5 @@ "author": "@sapphire",

"devDependencies": {
"@favware/cliff-jumper": "^4.0.3",
"tsup": "^8.2.3",
"tsx": "^4.16.2",
"@favware/cliff-jumper": "^5.0.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",

@@ -74,0 +74,0 @@ "typedoc-json-parser": "^10.0.0",

@@ -10,3 +10,2 @@ <div align="center">

[![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
[![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities)
[![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/time-utilities?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/time-utilities)

@@ -13,0 +12,0 @@ [![npm](https://img.shields.io/npm/v/@sapphire/time-utilities?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/time-utilities)

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