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

@db-auto/utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-auto/utils - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/src/columns.d.ts

3

dist/index.d.ts

@@ -6,2 +6,5 @@ export * from './src/safe';

export * from './src/errors';
export * from './src/json';
export * from "./src/validators";
export * from "./src/strings";
export * from "./src/columns";

@@ -22,2 +22,5 @@ "use strict";

__exportStar(require("./src/errors"), exports);
__exportStar(require("./src/json"), exports);
__exportStar(require("./src/validators"), exports);
__exportStar(require("./src/strings"), exports);
__exportStar(require("./src/columns"), exports);

2

package.json
{
"name": "@db-auto/utils",
"description": "",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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