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

nypm

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nypm - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

6

dist/index.d.ts

@@ -14,2 +14,3 @@ type PackageManagerName = "npm" | "yarn" | "pnpm" | "bun";

packageManager?: PackageManager | PackageManagerName;
installPeerDependencies?: boolean;
dev?: boolean;

@@ -61,4 +62,7 @@ workspace?: boolean | string;

* @param options.packageManager - The package manager info to use (auto-detected).
* @param options.frozenLockFile - Whether to install dependencies with frozen lock file.
*/
declare function installDependencies(options?: Pick<OperationOptions, "cwd" | "silent" | "packageManager">): Promise<void>;
declare function installDependencies(options?: Pick<OperationOptions, "cwd" | "silent" | "packageManager"> & {
frozenLockFile?: boolean;
}): Promise<void>;
/**

@@ -65,0 +69,0 @@ * Adds dependency to the project.

28

package.json
{
"name": "nypm",
"version": "0.3.8",
"version": "0.3.9",
"description": "Unified Package Manager for Node.js",

@@ -30,19 +30,19 @@ "repository": "unjs/nypm",

"pathe": "^1.1.2",
"ufo": "^1.4.0"
"pkg-types": "^1.1.1",
"ufo": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@vitest/coverage-v8": "^1.3.1",
"automd": "^0.3.6",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"automd": "^0.3.7",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"eslint": "^9.5.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
"prettier": "^3.3.2",
"std-env": "^3.7.0",
"typescript": "^5.3.3",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"packageManager": "pnpm@8.15.1",
"engines": {

@@ -54,4 +54,4 @@ "node": "^14.16.0 || >=16.10.0"

"dev": "vitest dev",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint . --fix && prettier -w src test",
"nypm": "jiti src/cli.ts",

@@ -58,0 +58,0 @@ "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",

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

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