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

@cwqt/refract

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cwqt/refract - npm Package Compare versions

Comparing version 1.3.10 to 1.3.11

3

dist/public/db/mysql.d.ts

@@ -27,5 +27,4 @@ declare const _default: {

Text: import("./utils").DbModifier<"String", "mysql", "@db.mysql.Text", true>;
Decimal: (x: number, y: number) => import("./utils").DbModifier<"Decimal", "mysql", "@db.mysql.Decimal", Coords>;
Decimal: (precision: number, scale: number) => import("./utils").DbModifier<"Decimal", "mysql", "@db.mysql.Decimal", number[]>;
};
export default _default;
declare type Coords = [x: number, y: number];

@@ -30,3 +30,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

Text: _.String('Text'),
Decimal: (...coords) => _.Decimal('Decimal', coords),
Decimal: (precision, scale) => _.Decimal('Decimal', [precision, scale]),
};
{
"name": "@cwqt/refract",
"version": "1.3.10",
"version": "1.3.11",
"description": "Generate Prisma from TypeScript",

@@ -5,0 +5,0 @@ "author": "cwqt",

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