Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

popup

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popup - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

History.md

5

component.json

@@ -5,3 +5,3 @@ {

"description": "Component to create a native popup window via window.open()",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [],

@@ -14,3 +14,4 @@ "dependencies": {

"index.js"
]
],
"license": "MIT"
}

17

package.json
{
"name": "popup",
"description": "Component to create a native popup window via window.open()",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"emitter-component": "*",
"inherit-component": "*"
"component-emitter": "*",
"component-inherit": "*"
},
"browser": {
"emitter": "component-emitter",
"inherit": "component-inherit"
},
"component": {

@@ -13,3 +17,8 @@ "scripts": {

}
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/popup.git"
},
"license": "MIT"
}
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