Socket
Socket
Sign inDemoInstall

fdll

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

3

index.js

@@ -94,2 +94,5 @@ (function fdllModule() {

};
Fdll.prototype.set = function(key, val) {
this._index[key].data = val;
};
Fdll.prototype.length = function() {

@@ -96,0 +99,0 @@ return this._length;

2

package.json
{
"name": "fdll",
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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