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

@agoric/assert

Package Overview
Dependencies
Maintainers
9
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.6.1-dev-1d3807b.0 to 0.6.1-dev-1d94913.0

8

package.json
{
"name": "@agoric/assert",
"version": "0.6.1-dev-1d3807b.0+1d3807b",
"version": "0.6.1-dev-1d94913.0+1d94913",
"description": "Assert expression support that protects sensitive data",

@@ -27,2 +27,5 @@ "type": "module",

"@endo/init/debug.js"
],
"files": [
"test/**/*.test.*"
]

@@ -46,3 +49,2 @@ },

"src/",
"exported.js",
"NEWS.md"

@@ -56,3 +58,3 @@ ],

},
"gitHead": "1d3807ba35247b0811140760851159940d855e56"
"gitHead": "1d9491345c557e12a4d2c80a690baab7d0ff8436"
}

@@ -25,3 +25,3 @@ /* global globalThis */

/** @type {import("ses").Assert} */
/** @type {import('ses').Assert} */
const globalAssert = globalThis.assert;

@@ -28,0 +28,0 @@

// @ts-check
/// <reference types="ses"/>
/// <reference types="ses" />

@@ -4,0 +4,0 @@ // Based on

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