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

@ewc-lib/ewc-dialog

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.3-alpha to 2.0.4-alpha

4

package.json
{
"name": "@ewc-lib/ewc-dialog",
"version": "2.0.3-alpha",
"version": "2.0.4-alpha",
"description": "",

@@ -14,4 +14,4 @@ "main": "src/main.js",

"dependencies": {
"@ewc-lib/ewc-css": "^0.8.0"
"@ewc-lib/ewc-css": "^0.12.5"
}
}

@@ -25,3 +25,3 @@ # Screenshot

"dependencies": {
"@ewc-lib/ewc-dialog": "^0.1.0"
"@ewc-lib/ewc-dialog": "latest"
},

@@ -31,6 +31,3 @@

const CopyPlugin = require("copy-webpack-plugin")
...
module: {

@@ -46,10 +43,4 @@ rules: [

]
},
plugins: [
new CopyPlugin({
patterns: [
{ from: "./node_modules/@ewc-lib/ewc-dialog/originalImages/close-filled.svg", to: "./assets" }
],
}),
],
}
...

@@ -56,0 +47,0 @@ ## index.html

@@ -100,2 +100,2 @@ import HTML from "./html.js" // keep this file html free

window.customElements.define('ewc-dialog', Element)
}
}
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