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

histdbimport

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

histdbimport - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

32

package.json
{
"name": "histdbimport",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {

@@ -11,20 +11,20 @@ "insert-all": "ts-node insert-all.ts"

"dependencies": {
"better-sqlite3": "^6.0.1"
"better-sqlite3": "^7.1.1"
},
"devDependencies": {
"@types/better-sqlite3": "^5.2.3",
"@types/node": "^13.13.9",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.9",
"prettier": "^1.16.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},

@@ -31,0 +31,0 @@ "husky": {

@@ -7,3 +7,11 @@ Imports a `.zsh_history` file into a [zsh-histdb](https://github.com/larkery/zsh-histdb) sqlite database.

Make sure you have node installed, then run
```sh
npx histdbimport
```
Alternatively, get the source from this repo and run it from here:
```sh
git clone https://github.com/phiresky/ts-histdbimport

@@ -10,0 +18,0 @@ cd ts-histdbimport

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