Socket
Socket
Sign inDemoInstall

@sap-ux/yaml

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/yaml - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

7

dist/yaml-document.d.ts

@@ -142,2 +142,9 @@ import type { Node, YAMLMap } from 'yaml';

/**
* Simplified method to delete a value in the yaml document.
*
* @param key - key of the yaml node to delete
* @returns `true` if the item was found and removed.
*/
delete(key: string): boolean;
/**
* Deletes a node in a sequence in the document.

@@ -144,0 +151,0 @@ *

@@ -265,2 +265,11 @@ "use strict";

/**
* Simplified method to delete a value in the yaml document.
*
* @param key - key of the yaml node to delete
* @returns `true` if the item was found and removed.
*/
delete(key) {
return this.documents[0].delete(key);
}
/**
* Deletes a node in a sequence in the document.

@@ -267,0 +276,0 @@ *

2

package.json

@@ -12,3 +12,3 @@ {

},
"version": "0.15.0",
"version": "0.15.1",
"main": "dist/index.js",

@@ -15,0 +15,0 @@ "license": "Apache-2.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