New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

level-hooks

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-hooks - npm Package Compare versions

Comparing version 4.1.6 to 4.1.7

4

package.json
{
"name": "level-hooks",
"description": "pre/post hooks for leveldb",
"version": "4.1.6",
"version": "4.1.7",
"homepage": "https://github.com/dominictarr/level-hooks",

@@ -15,3 +15,3 @@ "repository": {

"devDependencies": {
"levelup": "~0.6",
"levelup": "~0.8",
"rimraf": "~2.0.2",

@@ -18,0 +18,0 @@ "macgyver": "~1.9",

@@ -33,3 +33,3 @@ # Pre/Post hooks for leveldb

//add a log to record every put operation.
add({type: 'put', key: '~log-'+timestamp()+'-'+e.type, value: e.key})
add({type: 'put', key: '~log-'+timestamp()+'-'+change.type, value: change.key})
})

@@ -36,0 +36,0 @@

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