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

dirty-ts

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

dirty-ts - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

package.json
{
"name": "dirty-ts",
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records. Now with type declarations",
"version": "1.1.4",
"version": "1.1.5",
"repository": "https://github.com/ether/dirty_db.git",

@@ -16,3 +16,2 @@ "license": "MIT",

"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",

@@ -32,5 +31,3 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

"lint:fix": "eslint --fix .",
"test": "mocha test/test-*.js -R list",
"build": "bun run build:declaration",
"build:declaration": "tsc"
"build": "tsc"
},

@@ -37,0 +34,0 @@ "files": [

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