Socket
Socket
Sign inDemoInstall

@sap-ux/yaml

Package Overview
Dependencies
2
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.14.1

2

dist/yaml-document.js

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

const seq = this.documents[0].getIn(pathArray);
if (!seq || !seq.items) {
if (!(seq === null || seq === void 0 ? void 0 : seq.items)) {
throw new errors_1.YAMLError((0, texts_1.interpolate)(errors_1.errorTemplate.seqDoesNotExist, { path }), errors_1.errorCode.seqDoesNotExist);

@@ -249,0 +249,0 @@ }

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

},
"version": "0.14.0",
"version": "0.14.1",
"main": "dist/index.js",

@@ -28,6 +28,5 @@ "license": "Apache-2.0",

"@types/i18next-fs-backend": "1.1.2",
"@types/lodash": "4.14.198"
"@types/lodash": "4.14.202"
},
"engines": {
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
"node": ">=18.x"

@@ -34,0 +33,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc