Socket
Socket
Sign inDemoInstall

history

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

history - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.eslintrc

67

package.json
{
"name": "history",
"version": "0.1.0",
"description": "Project history cli tool",
"keywords": [
"history",
"markdown",
"cli"
],
"author": "Daniel D. Shaw <dshaw@dshaw.com> (http://dshaw.com)",
"version": "1.0.0",
"description": "A minimal, functional history implementation for JavaScript",
"main": "lib/index",
"repository": {
"type": "git",
"url": "git://github.com/dshaw/history.git"
"url": "https://github.com/rackt/history.git"
},
"bugs": {
"url": "http://github.com/dshaw/history/issues"
"bugs": "https://github.com/rackt/history/issues",
"scripts": {
"build": "scripts/build.sh",
"prepublish": "npm run build",
"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
"test": "eslint modules && karma start"
},
"main": "./lib/history.js",
"bin": {
"hist": "./history.js"
"authors": [
"Michael Jackson"
],
"license": "MIT",
"dependencies": {
"deep-equal": "^1.0.0",
"invariant": "^2.0.0",
"warning": "^2.0.0"
},
"scripts": {
"test": "make test"
"devDependencies": {
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.0.0",
"eslint": "^1.0.0-rc-1",
"expect": "^1.8.0",
"karma": "^0.12.28",
"karma-browserstack-launcher": "^0.1.2",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "^0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.3",
"karma-sourcemap-loader": "^0.3.2",
"karma-webpack": "^1.3.1",
"mocha": "^2.0.1",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
"tags": [
"history",
"location"
],
"keywords": [
"history",
"location"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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