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
1239
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 6.5.0-integration-fix-e2e-prisma-config-2.9 to 6.5.0-integration-fix-export-index-js.1

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-e2e-prisma-config-2.9",
"version": "6.5.0-integration-fix-export-index-js.1",
"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-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe",
"fs-extra": "11.3.0"
},

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

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