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

@agoric/swing-store-simple

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/swing-store-simple - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

10

CHANGELOG.md

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

### [0.4.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.4.6...@agoric/swing-store-simple@0.4.8) (2021-08-14)
### 0.26.10 (2021-07-28)
**Note:** Version bump only for package @agoric/swing-store-simple
### [0.4.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.4.6...@agoric/swing-store-simple@0.4.7) (2021-07-28)

@@ -8,0 +18,0 @@

1

jsconfig.json

@@ -5,2 +5,3 @@ // This file can contain .js-specific Typescript compiler config.

"target": "esnext",
"module": "esnext",

@@ -7,0 +8,0 @@ "noEmit": true,

20

package.json
{
"name": "@agoric/swing-store-simple",
"version": "0.4.7",
"version": "0.4.8",
"description": "Persistent storage for SwingSet, based on a Map, optionally backed by a simple JSON file",
"parsers": {
"js": "mjs"
},
"type": "module",
"main": "src/simpleSwingStore.js",

@@ -15,2 +13,3 @@ "repository": "https://github.com/Agoric/agoric-sdk",

"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",

@@ -24,9 +23,9 @@ "lint-fix": "yarn lint:eslint --fix && yarn lint:types",

"dependencies": {
"@agoric/assert": "^0.3.7",
"@agoric/assert": "^0.3.8",
"n-readlines": "^1.0.0"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.21",
"@agoric/install-ses": "^0.5.22",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
"c8": "^7.7.2"
},

@@ -40,5 +39,2 @@ "publishConfig": {

],
"require": [
"esm"
],
"timeout": "2m"

@@ -48,3 +44,3 @@ },

"extends": [
"@endo"
"@agoric"
]

@@ -56,3 +52,3 @@ },

},
"gitHead": "835ce6579a257107f363e29a234643679844cc0e"
"gitHead": "1e1b5328182b5f8ae2de0de42901f4698f4c3ed8"
}
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