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.3.6 to 0.3.7

9

CHANGELOG.md

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

### [0.3.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.3.6...@agoric/assert@0.3.7) (2021-07-28)
### Bug Fixes
* **assert:** Use module extension for types.js ([7e79e5e](https://github.com/Agoric/agoric-sdk/commit/7e79e5e37f2ae0955e6a205c744bff44cd0bbe57))
### [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.3.5...@agoric/assert@0.3.6) (2021-07-01)

@@ -8,0 +17,0 @@

2

exported.js

@@ -1,1 +0,1 @@

import './src/types';
import './src/types.js';
{
"name": "@agoric/assert",
"version": "0.3.6",
"version": "0.3.7",
"description": "Assert expression support that protects sensitive data",

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

"devDependencies": {
"@agoric/install-ses": "^0.5.20",
"@agoric/install-ses": "^0.5.21",
"ava": "^3.12.1"

@@ -68,3 +68,3 @@ },

},
"gitHead": "6410fbc01abf1f0d0fa3d6a1275fe8f117b98b0a"
"gitHead": "835ce6579a257107f363e29a234643679844cc0e"
}

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

// but we need to import it here as well.
import './types';
import './types.js';

@@ -24,0 +24,0 @@ const { freeze } = Object;

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