Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ldbjs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create and manage local db files and data", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -202,3 +202,3 @@ # ldbjs | ||
// to decode a string | ||
ldb.decode(str); | ||
ldb.base64.decode(str); | ||
// returns Hello World! | ||
@@ -205,0 +205,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
10279