Socket
Socket
Sign inDemoInstall

ui5-tooling-transpile

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui5-tooling-transpile - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.2.4](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@3.2.3...ui5-tooling-transpile@3.2.4) (2023-09-27)
### Bug Fixes
* **ui5-tooling-transpile:** ignore framework dependencies ([#850](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/850)) ([7482a2d](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/7482a2d23f7acb68de93edd43429a22f053423f7))
## [3.2.3](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/ui5-tooling-transpile@3.2.2...ui5-tooling-transpile@3.2.3) (2023-09-08)

@@ -8,0 +19,0 @@

12

lib/middleware.js

@@ -39,3 +39,13 @@ /* eslint-disable jsdoc/check-param-names */

const reader = config.transpileDependencies ? resources.all : resources.rootProject;
const reader = config.transpileDependencies
? middlewareUtil.resourceFactory.createReaderCollection({
name: "Local resource collection",
readers: [
resources.rootProject,
...(resources.dependencies?._readers || []).filter((reader) => {
return !reader?._readers?.[0]?._project?.isFrameworkProject();
})
]
})
: resources.rootProject;

@@ -42,0 +52,0 @@ const outputCache = {};

2

lib/util.js

@@ -260,3 +260,3 @@ const os = require("os");

});
config.transpileDependencies = tsDeps?.length || 0 > 0;
config.transpileDependencies = (tsDeps?.length || 0) > 0;
}

@@ -263,0 +263,0 @@

{
"name": "ui5-tooling-transpile",
"version": "3.2.3",
"version": "3.2.4",
"description": "UI5 tooling extensions to transpile code",

@@ -45,3 +45,3 @@ "author": "Jorge Martins, Peter Muessig",

},
"gitHead": "de3226373e571bb9bb9d9e71640815b96858b371"
"gitHead": "99cbee5e153e0238cc1aec4c3d0fde9a01e981d8"
}
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