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

next-nprogress-bar

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-nprogress-bar - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

15

dist/index.d.ts
import React from 'react';
import { NProgressOptions } from 'nprogress';
export { NProgressOptions };
export interface NProgressOptions {
minimum?: number;
template?: string;
easing?: string;
speed?: number;
trickle?: boolean;
trickleSpeed?: number;
showSpinner?: boolean;
parent?: string;
positionUsing?: string;
barSelector?: string;
spinnerSelector?: string;
}
export interface ProgressBarProps {

@@ -5,0 +16,0 @@ color?: string;

2

package.json
{
"name": "next-nprogress-bar",
"version": "1.2.4",
"version": "1.2.5",
"description": "NextJS progress bar compatible with new app directory",

@@ -5,0 +5,0 @@ "repository": {

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