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

@bassist/progress

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bassist/progress - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/index.min.js
/**
* name: @bassist/progress
* version: v0.1.0
* version: v0.1.1
* description: Simple slim progress bars base on NProgress.

@@ -5,0 +5,0 @@ * author: chengpeiquan <chengpeiquan@chengpeiquan.com>

{
"name": "@bassist/progress",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple slim progress bars base on NProgress.",

@@ -5,0 +5,0 @@ "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>",

@@ -49,3 +49,3 @@ # @bassist/progress

This plugin extends XX's API and adds a `setColor` method.
This plugin extends NProgress's API and adds a `setColor` method.

@@ -72,3 +72,2 @@ - Type Declarations:

*/
// eslint-disable-next-line no-unused-vars
setColor: (color: string) => void

@@ -75,0 +74,0 @@ }

@@ -22,8 +22,8 @@ import { NProgress } from 'nprogress';

}
declare const progress: Progress;
declare const _default: Progress;
export {
progress as default,
_default as default,
};
export {};

Sorry, the diff of this file is not supported yet

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