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

@paljs/types

Package Overview
Dependencies
Maintainers
1
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 6.0.7 to 7.0.0

4

dist/adminSchema.d.ts

@@ -23,5 +23,5 @@ import { Enums, Field, Model } from './generatedSchema';

}
export type AdminSchema = {
export interface AdminSchema {
models: AdminSchemaModel[];
enums: Enums[];
};
}

@@ -1,2 +0,2 @@

import type { DMMF } from '@prisma/generator-helper';
export { DMMF };
import type { DMMF, ReadonlyDeep } from '@prisma/generator-helper';
export { DMMF, ReadonlyDeep };

@@ -28,5 +28,5 @@ export interface Field {

}
export type SchemaObject = {
export interface SchemaObject {
models: Model[];
enums: Enums[];
};
}
{
"name": "@paljs/types",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",

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

"devDependencies": {
"@prisma/generator-helper": "^5.2.0",
"@prisma/generator-helper": "^5.14.0",
"rimraf": "^3.0.2",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},

@@ -24,0 +24,0 @@ "files": [

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