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

@pnpm/parse-wanted-dependency

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/parse-wanted-dependency - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

6

lib/index.d.ts

@@ -1,6 +0,6 @@

interface ParsedWantedDependency {
export interface ParsedWantedDependency {
alias: string;
pref: string;
}
export declare function parseWantedDependency(rawWantedDependency: string): Partial<ParsedWantedDependency> & (Omit<ParsedWantedDependency, 'pref'> | Omit<ParsedWantedDependency, 'alias'> | ParsedWantedDependency);
export {};
export type ParseWantedDependencyResult = Partial<ParsedWantedDependency> & (Omit<ParsedWantedDependency, 'pref'> | Omit<ParsedWantedDependency, 'alias'> | ParsedWantedDependency);
export declare function parseWantedDependency(rawWantedDependency: string): ParseWantedDependencyResult;
{
"name": "@pnpm/parse-wanted-dependency",
"description": "Parse dependency specifier",
"version": "4.0.1",
"version": "4.1.0",
"bugs": {

@@ -16,3 +16,3 @@ "url": "https://github.com/pnpm/pnpm/issues"

"@types/validate-npm-package-name": "^4.0.0",
"@pnpm/parse-wanted-dependency": "4.0.1"
"@pnpm/parse-wanted-dependency": "4.1.0"
},

@@ -19,0 +19,0 @@ "keywords": [

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