Socket
Socket
Sign inDemoInstall

nprogress

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 1.0.0-0

.github/workflows/nodejs.yml

72

package.json
{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "0.2.0",
"version": "1.0.0-0",
"author": "Rico Sta. Cruz <rstacruz@users.noreply.github.com>",
"bugs": {
"url": "https://github.com/rstacruz/nprogress/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@types/jest": "^25.2.1",
"babel-jest": "^25.2.6",
"jest": "^25.2.7",
"microbundle": "^0.11.0",
"prettier": "^2.0.4"
},
"homepage": "https://github.com/rstacruz/nprogress#readme",
"keywords": [
"bar",
"indicator",
"loading",
"nprogress",
"progress"
],
"license": "MIT",
"main": "dist/nprogress.js",
"module": "dist/nprogress.mjs",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
"url": "git+https://github.com/rstacruz/nprogress.git"
},
"scripts": {
"test": "mocha"
"build": "microbundle",
"dev": "microbundle watch",
"format": "prettier --write 'src/*.js' 'css/*.{css,scss}'",
"prettier:check": "prettier --check 'src/*.js' 'css/*.{css,scss}'",
"test": "jest"
},
"main": "nprogress.js",
"license": "MIT",
"devDependencies": {
"chai": "~1.6.1",
"jquery": "^2.1.1",
"jsdom": "^5.4.1",
"mocha": "^2.2.4",
"mocha-jsdom": "^0.3.0"
},
"dependencies": {},
"jspm": {
"format": "global",
"shim": {
"nprogress": {
"deps": [
"./nprogress.css!"
]
}
},
"dependencies": {
"css": "*"
}
},
"spm": {
"main": "nprogress.js",
"output": [
"nprogress.css"
],
"ignore": [
"support",
"test",
"vendor"
]
}
"source": "src/nprogress.js",
"umd:main": "dist/nprogress.umd.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc