New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-8c3395c.0 to 0.6.1-dev-8d05faf.0

src/types-ambient.js

10

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

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

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

@@ -28,2 +28,5 @@ },

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

@@ -47,3 +50,2 @@ },

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

@@ -57,3 +59,3 @@ ],

},
"gitHead": "8c3395c882c738af46f68cdd7265a6a0c3b14091"
"gitHead": "8d05faf1d82913efad4558326ab75a397ed1cc34"
}

4

src/assert.js

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

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

@@ -28,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