Socket
Socket
Sign inDemoInstall

rjutils-collection

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjutils-collection - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0

lib/cjs/functions/from.js

3

lib/cjs/index.js

@@ -38,2 +38,3 @@ "use strict";

encryptStr: () => encryptStr,
from: () => import_from.default,
getFilesRecursively: () => getFilesRecursively,

@@ -56,2 +57,3 @@ hashStr: () => hashStr,

var import_time = __toESM(require("./functions/time"));
var import_from = __toESM(require("./functions/from"));
var import_zodDecorators = require("./utils/zodDecorators");

@@ -283,2 +285,3 @@ var randomString = __toESM(require("./utils/randomString"));

encryptStr,
from,
getFilesRecursively,

@@ -285,0 +288,0 @@ hashStr,

2

lib/cjs/pckg.json
{
"name": "rjutils-collection",
"version": "1.7.2",
"version": "1.8.0",
"description": "Easy and Lightweight Utilities",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

@@ -5,2 +5,3 @@ import path from "path";

import { default as default3 } from "./functions/time";
import { default as default4 } from "./functions/from";
import { zType, zValidate } from "./utils/zodDecorators";

@@ -231,2 +232,3 @@ import * as randomString from "./utils/randomString";

encryptStr,
default4 as from,
getFilesRecursively,

@@ -233,0 +235,0 @@ hashStr,

{
"name": "rjutils-collection",
"version": "1.7.2",
"version": "1.8.0",
"description": "Easy and Lightweight Utilities",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

@@ -10,2 +10,3 @@ /// <reference types="node" />

export { default as time } from "./functions/time";
export { default as from } from "./functions/from";
export { zType, zValidate } from "./utils/zodDecorators";

@@ -12,0 +13,0 @@ export declare const Version: string;

{
"name": "rjutils-collection",
"version": "1.7.2",
"version": "1.8.0",
"description": "Easy and Lightweight Utilities",

@@ -5,0 +5,0 @@ "module": "lib/esm/index.js",

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