New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/store

Package Overview
Dependencies
Maintainers
5
Versions
2650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/store - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

### [0.6.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.6.5...@agoric/store@0.6.6) (2021-10-13)
**Note:** Version bump only for package @agoric/store
### [0.6.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.6.4...@agoric/store@0.6.5) (2021-09-23)

@@ -8,0 +16,0 @@

12

package.json
{
"name": "@agoric/store",
"version": "0.6.5",
"version": "0.6.6",
"description": "Wrapper for JavaScript map",

@@ -34,8 +34,8 @@ "type": "module",

"dependencies": {
"@agoric/assert": "^0.3.13",
"@agoric/marshal": "^0.4.27"
"@agoric/assert": "^0.3.14",
"@agoric/marshal": "^0.4.28"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.27",
"@agoric/swingset-vat": "^0.22.1",
"@agoric/install-ses": "^0.5.28",
"@agoric/swingset-vat": "^0.23.0",
"ava": "^3.12.1"

@@ -69,3 +69,3 @@ },

},
"gitHead": "9f3978dbc0a136e149a7c46a4abde96c44f9f249"
"gitHead": "34bf70e60b29f53ba50fd4afebdb02d9196860fa"
}

@@ -7,3 +7,3 @@ // @ts-check

* This module and its fraternal sibling legacyWeakMap exist only to
* each a transition to the modern `store` system, are deprecated,
* ease a transition to the modern `store` system, are deprecated,
* and will eventually disappear. They are needed for now to support

@@ -10,0 +10,0 @@ * some of the uses of the old behavior that are not compatible with

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