@universe/util
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
384350
705