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

enmap

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enmap - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

package.json
{
"name": "enmap",
"version": "5.2.0",
"version": "5.2.1",
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -783,3 +783,5 @@ // Lodash should probably be a core lib but hey, it's useful!

const index = data.indexOf(val);
data.splice(index, 1);
if (index > -1) {
data.splice(index, 1);
}
} else if (isObject(data)) {

@@ -786,0 +788,0 @@ delete data[val];

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