Socket
Socket
Sign inDemoInstall

ui5-task-copy-shim-resources

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui5-task-copy-shim-resources - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/task/copy-shim-resources.js

@@ -35,3 +35,3 @@ const ui5Logger = require('@ui5/logger')

const resource = await dependencies.byPath(path)
_copyResource({ workspace, resource, debug })
await _copyResource({ workspace, resource, debug })
}

@@ -56,3 +56,3 @@ }

for (const resource of resources) {
_copyResource({ workspace, resource, debug })
await _copyResource({ workspace, resource, debug })
}

@@ -59,0 +59,0 @@ }

{
"name": "ui5-task-copy-shim-resources",
"version": "0.1.0",
"version": "0.1.1",
"description": "custom ui5 task for copying runtime shim resources at build time",

@@ -5,0 +5,0 @@ "keywords": [

@@ -138,1 +138,5 @@ [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

```
## Example app
Please have look at [bookshop-ui](https://github.com/pwasem/bookshop-ui).
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