Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "enmap", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -658,3 +658,3 @@ import { | ||
if (!overwrite && this.has(key)) continue; | ||
this.#set(key, this.#parse(value)); | ||
this.#set(key, value); | ||
} | ||
@@ -661,0 +661,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232858