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

pearbutton

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pearbutton - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

12

button.js

@@ -144,2 +144,3 @@ var url = document.currentScript.getAttribute('url') || 'https://qq.webrtc.win/audio/Pear-Demo-audio.mp3';

btn.onclick = function() {
btn.onclick = function () {};
var button = document.getElementsByClassName('pear-button')[pos];

@@ -164,2 +165,13 @@ button.style.display = 'none';

pie.style.display = 'none';
var btn = button.parentNode;
btn.onclick = function() {
btn.onclick = function () {};
button.style.display = 'none';
loading.style.display = 'block';
pie.style.display = 'inline-block';
loading.style.margin = '0 auto';
downloader(loading, button);
}
//addButtonStyle();
}

@@ -166,0 +178,0 @@

2

package.json
{
"name": "pearbutton",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "button.js",

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