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
12
Versions
1249
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
5.14.0-integration-schema-files-resolver.9

2

dist/index.js

@@ -95,3 +95,3 @@ "use strict";

addFile(absolutePath, content) {
const dirs = absolutePath.split(import_node_path.default.sep);
const dirs = absolutePath.split(/[\\/]/);
const fileName = dirs.pop();

@@ -98,0 +98,0 @@ if (!fileName) {

{
"name": "@prisma/schema-files-loader",
"version": "5.14.0-integration-schema-files-resolver.8",
"version": "5.14.0-integration-schema-files-resolver.9",
"description": "Package for resolving and loading schema files when schema is split into multiple files",

@@ -5,0 +5,0 @@ "main": "dist/index.js",