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

@yarnpkg/parsers

Package Overview
Dependencies
Maintainers
6
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 3.0.0-rc.47.1 to 3.0.0-rc.48

2

lib/syml.js

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

return true;
if (typeof value === `object` && value !== null)
if (typeof value === `object` && value !== null && !Array.isArray(value))
return Object.keys(value).every(key => isRemovableField(value[key]));

@@ -30,0 +30,0 @@ return false;

{
"name": "@yarnpkg/parsers",
"version": "3.0.0-rc.47.1",
"version": "3.0.0-rc.48",
"license": "BSD-2-Clause",

@@ -43,3 +43,6 @@ "main": "./lib/index.js",

},
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "2.5.1"
}
}
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