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

bar-of-progress

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

bar-of-progress - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

15

index.js

@@ -1,6 +0,3 @@

var crel = require('crel'),
DefaultStyle = require('default-style');
var crel = require('crel');
new DefaultStyle('.progress-bar > div { height:100%; }');
function ProgressBar(cssclass, element) {

@@ -46,12 +43,2 @@ this._render(cssclass, element);

ProgressBar.prototype.cssClass = 'progress-bar';
ProgressBar.prototype.cssClass = function(cssClass) {
if (arguments.length === 0) {
return this._class;
}
this._class = cssClass;
this._update();
};
ProgressBar.prototype._update = function() {

@@ -58,0 +45,0 @@ var value = this._value;

2

package.json
{
"name": "bar-of-progress",
"version": "0.0.0",
"version": "1.0.0",
"description": "bar-of-progress",

@@ -5,0 +5,0 @@ "main": "index.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