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 2.0.0 to 2.0.1

7

CHANGELOG.md
# Changelog
## [v2.0.1](https://github.com/tanem/react-nprogress/tree/v2.0.1) (2019-08-01)
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.0...v2.0.1)
**Merged pull requests:**
- Move from tslint to eslint [#179](https://github.com/tanem/react-nprogress/pull/179) ([tanem](https://github.com/tanem))
## [v2.0.0](https://github.com/tanem/react-nprogress/tree/v2.0.0) (2019-08-01)

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

12

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

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"format": "prettier --write \"**/*.{js,ts,tsx}\"",
"lint": "tslint -t stylish -p .",
"lint": "eslint .",
"postbundle": "del compiled && cp-cli ./index.js ./dist/index.js",

@@ -84,2 +84,4 @@ "postversion": "git push && git push --tags && npm publish --access=public",

"@types/react-dom": "16.8.5",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"babel-core": "6.26.3",

@@ -93,2 +95,5 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24",

"enzyme-adapter-react-16": "1.14.0",
"eslint": "6.1.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-react": "7.14.3",
"glob": "7.1.4",

@@ -114,7 +119,4 @@ "jest": "24.8.0",

"ts-jest": "24.0.2",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"typescript": "3.5.3"
}
}
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