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

@yarnpkg/parsers

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/parsers - npm Package Compare versions

Comparing version 2.0.0-rc.4 to 2.0.0-rc.6

2

lib/shell.d.ts

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

export declare function parseShell(source: string): import("./grammars/shell").CommandLine[];
export declare function parseShell(source: string): import("./grammars/shell").ShellLine;
{
"name": "@yarnpkg/parsers",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.6",
"main": "./lib/index.js",

@@ -16,3 +16,3 @@ "dependencies": {

"postpack": "rm -rf lib",
"prepack": "mkdir -p lib && rsync -a --include '*.d.ts' --exclude '*.ts' sources/ lib/ && run build:compile packages/yarnpkg-parsers",
"prepack": "run build:compile \"$(pwd)\"",
"release": "yarn npm publish",

@@ -19,0 +19,0 @@ "test:parsers": "run test:unit packages/yarnpkg-parsers"

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