Socket
Socket
Sign inDemoInstall

@types/nprogress

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nprogress - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

12

nprogress/index.d.ts

@@ -72,10 +72,10 @@ // Type definitions for NProgress

/**
* The minimum progress percentage. Default is 0.08.
* CSS selector to change the parent DOM element of the progress. Default is body.
*/
minimum?: number;
parent?: string
/**
* How much to increase per trickle. Example: .02. Default is true.
* The minimum progress percentage. Default is 0.08.
*/
trickleRate?: number;
minimum?: number;

@@ -98,5 +98,5 @@ /**

/**
* The CSS easing animation to use. Default is 'ease'.
* The CSS easing animation to use. Default is 'linear'.
*/
ease?: string;
easing?: string;

@@ -103,0 +103,0 @@ /**

{
"name": "@types/nprogress",
"version": "0.0.28",
"version": "0.0.29",
"description": "TypeScript definitions for NProgress",

@@ -14,4 +14,5 @@ "license": "MIT",

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "9ec826f11221623a5fd96565c3c9dfc5fd3baf2206dbed43c00e5566625b5ff4"
"typesPublisherContentHash": "8b13d3bc49df0a259af88c5de2c9a2d126b9b24b0b4d281d4a7e95392c799cc4"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Wed, 05 Oct 2016 20:53:36 GMT
* File structure: Mixed

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -24,3 +24,3 @@ {

"hasPackageJson": false,
"contentHash": "9ec826f11221623a5fd96565c3c9dfc5fd3baf2206dbed43c00e5566625b5ff4"
"contentHash": "8b13d3bc49df0a259af88c5de2c9a2d126b9b24b0b4d281d4a7e95392c799cc4"
}
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