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

judel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

judel - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

libs/repo/repo.js

@@ -66,3 +66,3 @@ const uuidv4 = require('uuid/v4');

this.list = async function (keys) {
keys = keys || (await this.adaptor.getAllKeys()).filter(
keys = (keys && keys.map(k => this.name + k)) || (await this.adaptor.getAllKeys()).filter(
(key) => key.indexOf(this.name) === 0

@@ -69,0 +69,0 @@ );

{
"name": "judel",
"version": "1.1.1",
"version": "1.1.2",
"description": "For javascript key/value storage like react-native async-storage.",

@@ -5,0 +5,0 @@ "main": "index.js",

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