Socket
Socket
Sign inDemoInstall

history

Package Overview
Dependencies
28
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.9.1

LICENSE

10

package.json
{
"name": "history",
"version": "1.9.0",
"version": "1.9.1",
"description": "A minimal, functional history implementation for JavaScript",

@@ -17,2 +17,4 @@ "main": "lib/index",

"test": "eslint modules && karma start",
"lint": "eslint modules",
"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
"prepublish": "npm run build"

@@ -31,2 +33,3 @@ },

"devDependencies": {
"assert": "1.3.0",
"babel": "^5.4.7",

@@ -36,4 +39,5 @@ "babel-core": "^5.4.7",

"babel-loader": "^5.0.0",
"eslint": "^1.0.0",
"expect": "^1.8.0",
"eslint": "1.4.1",
"eslint-plugin-react": "3.3.2",
"expect": "1.10.0",
"karma": "^0.13.3",

@@ -40,0 +44,0 @@ "karma-browserstack-launcher": "^0.1.3",

Sorry, the diff of this file is not supported yet

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