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

@prisma/schema-files-loader

Package Overview
Dependencies
Maintainers
3
Versions
1247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/schema-files-loader - npm Package Compare versions

Comparing version

to
6.5.0-integration-fix-client-read-replicas.4

6

dist/index.js

@@ -8,2 +8,3 @@ "use strict";

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __export = (target, all) => {

@@ -30,2 +31,3 @@ for (var name in all)

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);

@@ -65,2 +67,3 @@ // src/index.ts

this.secondary = secondary;
__publicField(this, "_fileNameToKey");
this._fileNameToKey = createFileNameToKeyMapper(options);

@@ -94,3 +97,4 @@ }

constructor(options) {
this._tree = {};
__publicField(this, "_tree", {});
__publicField(this, "_fileNameToKey");
this._fileNameToKey = createFileNameToKeyMapper(options);

@@ -97,0 +101,0 @@ }

6

package.json
{
"name": "@prisma/schema-files-loader",
"version": "6.5.0-integration-fix-client-read-replicas.3",
"version": "6.5.0-integration-fix-client-read-replicas.4",
"description": "Package for resolving and loading schema files when schema is split into multiple files",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"dependencies": {
"@prisma/prisma-schema-wasm": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d",
"fs-extra": "11.1.1"
"@prisma/prisma-schema-wasm": "6.5.0-47.61286205822138f3a5a68d8d508f6aca9d7a268a",
"fs-extra": "11.3.0"
},

@@ -23,0 +23,0 @@ "devDependencies": {