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

@paljs/types

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paljs/types - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

10

dist/generatedSchema.d.ts

@@ -29,5 +29,15 @@ export interface Field {

}
export interface Generator {
name: string;
provider: string;
}
export interface DataSource {
provider: string;
url: string;
}
export interface SchemaObject {
models: Model[];
enums: Enums[];
dataSource?: DataSource;
generators?: Generator[];
}

2

package.json
{
"name": "@paljs/types",
"version": "8.0.0",
"version": "8.0.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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