Socket
Socket
Sign inDemoInstall

@sqlpm/types-ts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqlpm/types-ts - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

package.json
{
"name": "@sqlpm/types-ts",
"version": "1.3.1",
"version": "1.3.2",
"description": "Types shared between packages in the @sqlpm mono-repo",

@@ -33,3 +33,3 @@ "keywords": [

},
"gitHead": "f2439eab772e147df78c6eb372313bd79579e094"
"gitHead": "88026d9b656c2076684389c66a5c5e3250bd2821"
}

@@ -129,6 +129,2 @@ /**

export const databaseSystemVerify = (
value: string,
): boolean => Object.values<string>(DatabaseSystem).includes(value);
/**

@@ -135,0 +131,0 @@ * Provides information about the database schemas defined in a module such

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