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

@putout/processor-yaml

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/processor-yaml - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

4

lib/yaml.js

@@ -53,3 +53,5 @@ import tryCatch from 'try-catch';

return yaml.stringify(parse(source));
return yaml.stringify(parse(source), null, {
indent: 2,
});
};

@@ -56,0 +58,0 @@

{
"name": "@putout/processor-yaml",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",

@@ -38,3 +38,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

"devDependencies": {
"@putout/test": "^8.0.0",
"@putout/test": "^9.0.0",
"c8": "^9.0.0",

@@ -41,0 +41,0 @@ "eslint": "^9.0.0-alpha.0",

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