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

@prisma/engines

Package Overview
Dependencies
Maintainers
8
Versions
5779
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/engines - npm Package Compare versions

Comparing version 0.0.1-e078aa75c40550d826bc35aeee4f45582fb4165e to 2.10.0-0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e

dist/__tests__/all-exist.test.d.ts

1

dist/index.d.ts
export declare function getEnginesPath(): string;
export { enginesVersion } from '@prisma/engines-version';

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getEnginesPath = void 0;
exports.enginesVersion = exports.getEnginesPath = void 0;
const path_1 = __importDefault(require("path"));

@@ -13,2 +13,4 @@ function getEnginesPath() {

exports.getEnginesPath = getEnginesPath;
var engines_version_1 = require("@prisma/engines-version");
Object.defineProperty(exports, "enginesVersion", { enumerable: true, get: function () { return engines_version_1.enginesVersion; } });
//# sourceMappingURL=index.js.map
{
"name": "@prisma/engines",
"version": "0.0.1-e078aa75c40550d826bc35aeee4f45582fb4165e",
"version": "2.10.0-0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e",
"main": "dist/index.js",

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

"@prisma/debug": "^2.9.0",
"@prisma/engines-version": "^0.0.1-e078aa75c40550d826bc35aeee4f45582fb4165e",
"@prisma/engines-version": "2.10.0-0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e",
"@prisma/fetch-engine": "^2.9.0",
"esbuild": "^0.7.15",
"@types/node": "^14.11.8",
"execa": "^4.0.3",

@@ -15,0 +15,0 @@ "typescript": "4.0.3"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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