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

@tanem/react-nprogress

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanem/react-nprogress - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

7

CHANGELOG.md
# Changelog
## [v1.1.12](https://github.com/tanem/react-nprogress/tree/v1.1.12) (2019-04-18)
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.11...v1.1.12)
**Merged pull requests:**
- Fix example imports [\#104](https://github.com/tanem/react-nprogress/pull/104) ([tanem](https://github.com/tanem))
## [v1.1.11](https://github.com/tanem/react-nprogress/tree/v1.1.11) (2019-04-13)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.10...v1.1.11)

2

package.json
{
"name": "@tanem/react-nprogress",
"version": "1.1.11",
"version": "1.1.12",
"description": "A React primitive for building slim progress bars.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ (function (global, factory) {

function unwrapExports (x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x.default : x;
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
}

@@ -11,0 +11,0 @@

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