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

@endo/static-module-record

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/static-module-record - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

9

CHANGELOG.md

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

### [0.6.3](https://github.com/endojs/endo/compare/@endo/static-module-record@0.6.2...@endo/static-module-record@0.6.3) (2021-09-18)
### Bug Fixes
* **static-module-record:** Opt out of compact codegen ([d113270](https://github.com/endojs/endo/commit/d1132708fb4204b99c4646b3788d6e0b3e81dc9d))
### [0.6.2](https://github.com/endojs/endo/compare/@endo/static-module-record@0.6.1...@endo/static-module-record@0.6.2) (2021-08-14)

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

10

package.json
{
"name": "@endo/static-module-record",
"version": "0.6.2",
"version": "0.6.3",
"description": "Shim for the SES StaticModuleRecord and module-to-program transformer",

@@ -42,4 +42,4 @@ "keywords": [

"@ava/babel": "^1.0.1",
"@endo/eslint-config": "^0.3.14",
"@endo/ses-ava": "^0.2.7",
"@endo/eslint-config": "^0.3.15",
"@endo/ses-ava": "^0.2.8",
"ava": "^3.12.1",

@@ -55,3 +55,3 @@ "babel-eslint": "^10.0.3",

"prettier": "^1.19.1",
"ses": "^0.14.2",
"ses": "^0.14.3",
"typescript": "^4.0.5"

@@ -83,3 +83,3 @@ },

},
"gitHead": "d95b3951c50dbaf3b6f7cdc52f0fc8ad166d9c4e"
"gitHead": "619005298bde41e3013b8d704db543c0888a239f"
}

@@ -58,2 +58,3 @@ import * as h from './hidden.js';

retainLines: true,
compact: false,
},

@@ -71,2 +72,3 @@ plugins: [analyzePlugin],

retainLines: true,
compact: false,
},

@@ -73,0 +75,0 @@ plugins: [transformPlugin],

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