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

2

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

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

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

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

@@ -0,1 +1,4 @@

/**
* Types provided from @types/nprogress
*/
export interface NProgressOptions {

@@ -30,2 +33,5 @@ minimum: number;

}
/**
* Types of functionality that this plugin extends
*/
export interface Progress extends NProgress {

@@ -32,0 +38,0 @@ /**

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