New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/webcomponents-react-cli

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-react-cli - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

3

dist/util/referenceResolver.js

@@ -10,2 +10,5 @@ import { getCEM } from './cem-reader.js';

const resolvedModule = customElementManifest.modules.find((mod) => mod.path === modulePath);
if (!resolvedModule) {
console.warn('Resolved Module not found for:', reference.name, 'in', pkgName);
}
if (resolvedModule) {

@@ -12,0 +15,0 @@ const exportDeclaration = resolvedModule.exports?.find((exp) => exp.declaration.name === name);

4

package.json

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "2.5.0",
"version": "2.6.0",
"type": "module",

@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "7bbf47886592c3adad9b72e7ff2dbf07a4df3887"
"gitHead": "db1b78d6b3f20bc0cd02a65ae1b95819bc72fd70"
}
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