Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/assert

Package Overview
Dependencies
Maintainers
5
Versions
2115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/assert - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

8

CHANGELOG.md

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

## [0.2.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.3...@agoric/assert@0.2.4) (2021-03-24)
**Note:** Version bump only for package @agoric/assert
## [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.2...@agoric/assert@0.2.3) (2021-03-16)

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

8

package.json
{
"name": "@agoric/assert",
"version": "0.2.3",
"version": "0.2.4",
"description": "Assert expression support that protects sensitive data",

@@ -17,3 +17,3 @@ "parsers": {

"test:xs": "exit 0",
"lint-fix": "yarn lint --fix",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
"lint-check": "yarn lint",

@@ -39,3 +39,3 @@ "lint": "yarn lint:types && yarn lint:eslint",

"devDependencies": {
"@agoric/install-ses": "^0.5.3",
"@agoric/install-ses": "^0.5.4",
"ava": "^3.12.1",

@@ -75,3 +75,3 @@ "esm": "^3.2.25",

},
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7"
"gitHead": "be478ee84773b8e403cf896e53df28146a60f976"
}

@@ -14,2 +14,5 @@ /* global globalThis */

// The assertions re-exported here are defined in
// https://github.com/endojs/endo/blob/master/packages/ses/src/error/assert.js
import './types';

@@ -16,0 +19,0 @@

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