Socket
Socket
Sign inDemoInstall

@sap-ux/ui5-config

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/ui5-config - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

CHANGELOG.md

64

package.json
{
"name": "@sap-ux/ui5-config",
"description": "Library to UI5 configuration artifacts",
"version": "0.9.0",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"@sap-ux/yaml": "0.9.0",
"typescript": "4.2.4"
},
"devDependencies": {
"mem-fs": "2.1.0",
"mem-fs-editor": "9.0.0"
},
"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",
"watch": "tsc --watch",
"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",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
}
}
"name": "@sap-ux/ui5-config",
"description": "Library to UI5 configuration artifacts",
"version": "0.9.1",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"@sap-ux/yaml": "0.9.1",
"typescript": "4.2.4"
},
"devDependencies": {
"mem-fs": "2.1.0",
"mem-fs-editor": "9.0.0"
},
"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",
"watch": "tsc --watch",
"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",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
}
}
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