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

@edgeandnode/common

Package Overview
Dependencies
Maintainers
12
Versions
453
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeandnode/common - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

build/utils/date.utils.d.ts

@@ -62,1 +62,7 @@ /**

export declare const formatDayHourMin: (seconds: number, useFullWord?: boolean) => string;
/**
* Convert seconds to days
* @param seconds Number of seconds
* @returns Number of days, e.g. "3 days"
*/
export declare const formatDays: (seconds: number) => string;

2

package.json
{
"name": "@edgeandnode/common",
"version": "1.1.0",
"version": "1.1.1",
"description": "Common Edge & Node utils and types",

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

Sorry, the diff of this file is not supported yet

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