Socket
Socket
Sign inDemoInstall

deepak

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepak - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/pack.js

@@ -35,3 +35,3 @@ (function() {

case 'undefined':
return tuple.pack([0]);
return tuple.pack([]);
case 'string':

@@ -38,0 +38,0 @@ return tuple.pack([1, new Buffer(val, 'ascii')]);

@@ -41,3 +41,3 @@ (function() {

switch (type) {
case 0:
case void 0:
break;

@@ -44,0 +44,0 @@ case 1:

{
"name": "deepak",
"description": "Highspeed packer & unpacker for strongly typed FoundationDB key and value data",
"version": "0.0.4",
"description": "Deep packer & unpacker for strongly typed high performance FoundationDB key and value data",
"version": "0.0.5",
"contributors": [

@@ -6,0 +6,0 @@ {

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