Socket
Socket
Sign inDemoInstall

@sap-ux/yaml

Package Overview
Dependencies
3
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

CHANGELOG.md

64

package.json
{
"name": "@sap-ux/yaml",
"description": "Library to manipulate YAML file contents",
"version": "0.9.0",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"i18next": "20.3.2",
"i18next-fs-backend": "1.1.1",
"yaml": "2.0.0-6"
},
"devDependencies": {
"@types/i18next-fs-backend": "1.0.0",
"typescript": "4.2.4"
},
"engines": {
"pnpm": ">=6.0.2",
"node": ">=12.18.2 < 13.0.0 || > 14.0.0 < 15.0.0 || >=16.1.0 < 17.0.0"
},
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist test/test-output coverage",
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"watch": "tsc --watch",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
}
}
"name": "@sap-ux/yaml",
"description": "Library to manipulate YAML file contents",
"version": "0.9.1",
"main": "dist/index.js",
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist test/test-output coverage",
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"watch": "tsc --watch",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
},
"files": [
"dist"
],
"dependencies": {
"i18next": "20.3.2",
"i18next-fs-backend": "1.1.1",
"yaml": "2.0.0-6"
},
"devDependencies": {
"@types/i18next-fs-backend": "1.0.0",
"typescript": "4.2.4"
},
"engines": {
"pnpm": ">=6.0.2",
"node": ">=12.18.2 < 13.0.0 || > 14.0.0 < 15.0.0 || >=16.1.0 < 17.0.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