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

package-manager-manager

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-manager-manager - npm Package Compare versions

Comparing version 0.0.0-9cc89d0 to 0.0.0-b6a2638

packageManager.cjs

12

index.js

@@ -1,5 +0,13 @@

import { isWindows as r } from "./utils/os.js";
import { isWindows as m } from "./utils/os.js";
import { getProjectRootDir as s } from "./utils/workspace.js";
import { isLockFile as f, lockFiles as l } from "./utils/locks.js";
import "node:fs/promises";
import "node:path";
import "node:process";
export {
r as isWindows
s as getProjectRootDir,
f as isLockFile,
m as isWindows,
l as lockFiles
};
//# sourceMappingURL=index.js.map

16

package.json
{
"name": "package-manager-manager",
"version": "0.0.0-9cc89d0",
"version": "0.0.0-b6a2638",
"description": "Utilities for managing package managers.",

@@ -29,6 +29,9 @@ "license": "MIT",

"@tsconfig/strictest": "^2.0.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^20.3.3",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"eslint-config-ixn": "^1.4.2",
"prettier": "^2.8.8",
"eslint-plugin-unicorn": "^48.0.1",
"mock-fs": "^5.2.0",
"prettier": "^3.0.0",
"typescript": "^5.0.4",

@@ -41,3 +44,4 @@ "vite": "^4.3.5",

"dependencies": {
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"shellac": "^0.8.0"
},

@@ -51,4 +55,4 @@ "versionMetadata": {

"lint": "eslint \"./**/*.{cjs,js,jsx,ts,tsx}\"",
"prettier": "prettier --ignore-unknown --ignore-path=.gitignore --check .",
"prettier:format": "prettier --ignore-unknown --ignore-path=.gitignore --write .",
"prettier": "prettier --ignore-unknown --ignore-path .gitignore --ignore-path .prettierignore --check .",
"prettier:fix": "prettier --ignore-unknown --ignore-path .gitignore --ignore-path .prettierignore --write .",
"tsc": "tsc --noEmit",

@@ -55,0 +59,0 @@ "test": "vitest run",

export * from './os';
export * from './workspace';
export * from './locks';
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,13 @@

import { isWindows as r } from "./os.js";
import { isWindows as m } from "./os.js";
import { getProjectRootDir as s } from "./workspace.js";
import { isLockFile as f, lockFiles as l } from "./locks.js";
import "node:fs/promises";
import "node:path";
import "node:process";
export {
r as isWindows
s as getProjectRootDir,
f as isLockFile,
m as isWindows,
l as lockFiles
};
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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