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

auxin

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auxin - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

6

dist/index.d.ts

@@ -1,3 +0,3 @@

export * from '../src/arrayUtils';
export * from '../src/stringUtils';
export * from '../src/dateUtils';
export * from './arrayUtils';
export * from './stringUtils';
export * from './dateUtils';

@@ -17,6 +17,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("../src/arrayUtils"), exports);
__exportStar(require("../src/stringUtils"), exports);
__exportStar(require("../src/dateUtils"), exports);
__exportStar(require("./arrayUtils"), exports);
__exportStar(require("./stringUtils"), exports);
__exportStar(require("./dateUtils"), exports);
// Export other utility functions/modules here...
//# sourceMappingURL=index.js.map
{
"name": "auxin",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Utility Toolkit npm package is a comprehensive collection of utility functions designed to streamline common tasks in Node.js development. Whether you're working on string manipulation, array operations, date/time formatting, or other general-purpose tasks, this toolkit has you covered.",

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

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