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.3 to 1.0.4

pear-downloader.js

13

button.js

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

add('https://demo.webrtc.win/button/js/jquery.ui.position.js')
add('https://cdn.jsdelivr.net/npm/fogdownloader@1.2.7')
add('https://cdn.jsdelivr.net/npm/peardownloader@latest')

@@ -254,5 +254,2 @@ addScript(["https://demo.webrtc.win/button/js/jquery-1.8.2.min.js", "https://demo.webrtc.win/button/js/jquery.contextMenu.js"], createMenu)

var parentID = btn.parentNode.getAttribute('id');

@@ -270,6 +267,8 @@ var data = localStorageData(parentID);

button.style.color = data.textColor;
if(data.fillet == 1) {
if(data.fillet == 0) {
button.style.borderRadius = 0;
} else if(data.fillet == 1) {
button.style.borderRadius = '10px';
} else if(data.fillet == 2) {
button.style.borderRadius = '40px';
} else {
button.style.borderRadius = 0;
}

@@ -276,0 +275,0 @@ button.onmouseover = function() {

{
"name": "pearbutton",
"version": "1.0.3",
"version": "1.0.4",
"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