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

@universe/util

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universe/util - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

1

dist/src/index.d.ts

@@ -63,1 +63,2 @@ export declare const isNull: (v: unknown) => v is null;

export declare function md5(s: string): string;
export declare function relativeDate(input: Date | number): string;

5

package.json
{
"name": "@universe/util",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/src/index.js",

@@ -13,3 +13,4 @@ "description": "Universe development utilities.",

"test": "mocha dist/test",
"watch": "watch 'yarn run test' './src' './test' --wait=3"
"watch": "watch 'yarn run test' './src' './test' --wait=3",
"prepublish": "yarn test"
},

@@ -16,0 +17,0 @@ "dependencies": {},

Sorry, the diff of this file is too big to display

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