Comparing version 2.5.0 to 2.5.1
@@ -358,3 +358,3 @@ # A Key/Value Store Implemented Using DPP | ||
You can apply DPP's optional authenticated access when using the Key/Value store. | ||
You can apply [DPP's optional authenticated access](./README.md#background) when using the Key/Value store. | ||
@@ -361,0 +361,0 @@ Simply add the appropriate authentication credentials when accessing/re-accessing the Key/Value Store, eg: |
@@ -262,3 +262,3 @@ # A Redis-like List Store Implemented Using DPP | ||
You can apply DPP's optional authenticated access when using the List store. | ||
You can apply [DPP's optional authenticated access](./README.md#background) when using the List store. | ||
@@ -265,0 +265,0 @@ Simply add the appropriate authentication credentials when accessing/re-accessing the List Store, eg: |
{ | ||
"name": "dpp-db", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Deep Persistent Proxy: Persistent Objects in your Browser", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -427,2 +427,4 @@ # DPP: Deep Persistent Proxy Objects for JavaScript | ||
- You must not create circular references within your Proxy Object. | ||
- Note that the base Proxy Object variable cannot be used as a simple variable, ie the following will not be | ||
@@ -429,0 +431,0 @@ persisted, because you'll overwrite the Proxy Object: |
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
158774
561