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

@agoric/assert

Package Overview
Dependencies
Maintainers
0
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-0142906.0 to 0.6.1-dev-01a1123.0

src/types-ambient.js

12

package.json
{
"name": "@agoric/assert",
"version": "0.6.1-dev-0142906.0+0142906",
"version": "0.6.1-dev-01a1123.0+01a1123",
"description": "Assert expression support that protects sensitive data",

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

"engines": {
"node": ">=14.15.0"
"node": "^18.12 || ^20.9"
},

@@ -22,3 +22,3 @@ "scripts": {

"devDependencies": {
"@endo/init": "^1.0.2",
"@endo/init": "^1.1.2",
"ava": "^5.3.0"

@@ -29,2 +29,5 @@ },

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

@@ -48,3 +51,2 @@ },

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

@@ -58,3 +60,3 @@ ],

},
"gitHead": "01429068207eee29c412eadc15dabf70d519e5d3"
"gitHead": "01a1123a526b11e11fa1ef80e0c532a616cd29b9"
}

@@ -21,9 +21,7 @@ /* global globalThis */

// but we need to import it here as well.
/// <reference path="./types.js" />
/// <reference path="./types-ambient.js" />
/** @typedef {import('@endo/marshal').Checker} Checker */
const { freeze } = Object;
/** @type {Assert} */
/** @type {import('ses').Assert} */
const globalAssert = globalThis.assert;

@@ -30,0 +28,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