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.1 to 1.0.2

test.html

13

button.js

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

});
finishDownload(loading, button);
// finishDownload(loading, button);
});

@@ -253,2 +253,6 @@ }

[].slice.call( document.querySelectorAll( '.progress-button' ) ).forEach( function( btn, index ) {
var parentID = btn.parentNode.getAttribute('id');

@@ -285,2 +289,9 @@ var data = localStorageData(parentID);

button.onclick = startDownload();
var pie = btn.children[1].children[0];
pie.style.width = data.height + 'px';
pie.style.height = data.height + 'px';
// document.getOverrideStyle(pie, ':after').font = 900 + ' '+ data.height / 3 + 'px/' + data.height * 2 / 3 + 'px' + ' Tahoma';
})

@@ -287,0 +298,0 @@ }

2

package.json
{
"name": "pearbutton",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

Sorry, the diff of this file is not supported yet

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