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

nprogress

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nprogress - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

bower.json

@@ -5,3 +5,3 @@ {

"description": "slim progress bar",
"version": "0.1.4",
"version": "0.1.5",
"keywords": [

@@ -8,0 +8,0 @@ "progress",

@@ -5,3 +5,3 @@ {

"description": "slim progress bar",
"version": "0.1.4",
"version": "0.1.5",
"keywords": ["progress","bar","spinner"],

@@ -8,0 +8,0 @@ "dependencies": {

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

v0.1.4 - June 21, 2014
----------------------
v0.1.6 -- unreleased
--------------------
To do:
* Fix Require.js support? (#64)
v0.1.5 -- June 21, 2014
-----------------------
* Release properly to the npm registry. (#82)
v0.1.4 -- June 21, 2014
-----------------------
* Bower: don't download package.json. Fixes browserify + jquery problem. (#65, @amelon)

@@ -13,6 +25,2 @@ * Fix compatibility with Karma. (#75, @shaqq)

To do:
* Fix Require.js support? (#64)
v0.1.3 -- March 26, 2014

@@ -19,0 +27,0 @@ ------------------------

@@ -1,6 +0,1 @@

Version numbers
---------------
$ bump *.json nprogress.js
Testing

@@ -23,16 +18,9 @@ -------

Pushing
-------
$ git push origin master
Releasing
---------
Tag and stuff (`git release`), then:
$ git push origin master:gh-pages
And publish to npm:
$ npm publish
$ npm test
$ bump *.json nprogress.js # bump version numbers
$ git release 0.1.1 # release to bower/github
$ npm publish # release to npm
$ git push origin master:gh-pages # update the site

@@ -17,3 +17,3 @@ /*! NProgress (c) 2013, Rico Sta. Cruz

NProgress.version = '0.1.4';
NProgress.version = '0.1.5';

@@ -20,0 +20,0 @@ var Settings = NProgress.settings = {

{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"version": "0.1.4",
"description": "Simple slim progress bars",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
},

@@ -12,2 +13,3 @@ "scripts": {

},
"main": "nprogress.js",
"license": "MIT",

@@ -18,3 +20,4 @@ "devDependencies": {

"jsdom": "~0.6.5"
}
},
"dependencies": {}
}

@@ -12,2 +12,7 @@ NProgress

NProgress is available via [bower] and [npm].
$ bower install --save nprogress
$ npm install --save nprogress
Add [nprogress.js] and [nprogress.css] to your project.

@@ -156,2 +161,4 @@

[nprogress.css]: http://ricostacruz.com/nprogress/nprogress.css
[bower]: http://bower.io/search/?q=nprogress
[npm]: https://www.npmjs.org/package/nprogress
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