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

@ewc-lib/ewc-dialog-clipboard

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewc-lib/ewc-dialog-clipboard - npm Package Compare versions

Comparing version 1.0.0-alpha to 1.0.1-alpha

2

package.json
{
"name": "@ewc-lib/ewc-dialog-clipboard",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -27,6 +27,16 @@ # Screenshot

"dependencies": {
"@ewc-lib/ewc-dialog-clipboard": "^0.1.0"
"@ewc-lib/ewc-dialog-clipboard": "^1.0.0-alpha"
},
## webpack.config
plugins: [
new CopyPlugin({
patterns: [
{ from: "./node_modules/@ewc-lib/ewc-dialog-clipboard/assets/*", to: "./assets/[name][ext]" }
],
}),
],
## main.js

@@ -48,7 +58,7 @@

document.addEventListener("DOMContentLoaded", function(event) {
const el = document.getElementsByTagName("ewc-dialog")[0]
el.title = "ewc-dialog-feedback demonstration"
const el = document.getElementsByTagName("ewc-dialog-clipboard")[0]
el.title = "ewc-dialog-clipboard demonstration"
el.bodyHtml = "Click to copy to clipboard."
el.clipboardContent = "This is the text being copied into the clipboard."
el.visible = true
el.clipboardContent = "This is the text being copied into the clipboard."
})

@@ -55,0 +65,0 @@ </script>

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