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.5.3 to 0.5.4

9

CHANGELOG.md

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

### [0.5.4](https://github.com/endojs/endo/compare/@endo/static-module-record@0.5.3...@endo/static-module-record@0.5.4) (2021-06-20)
### Bug Fixes
* **static-module-record:** Propagate explicit types ([a625ca4](https://github.com/endojs/endo/commit/a625ca4cb3642bc4923becdef62224bde6738aca))
### [0.5.3](https://github.com/endojs/endo/compare/@endo/static-module-record@0.5.2...@endo/static-module-record@0.5.3) (2021-06-16)

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

12

index.d.ts

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

export { StaticModuleRecord } from './src/static-module-record.js';
import type { PrecompiledStaticModuleInterface } from 'ses';
export class StaticModuleRecord implements PrecompiledStaticModuleInterface {
constructor(source: string, location?: string);
imports: Array<string>;
exports: Array<string>;
reexports: Array<string>;
__syncModuleProgram__: string;
__liveExportsMap__: __LiveExportsMap__;
__fixedExportsMap__: __FixedExportsMap__;
}

10

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

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

"@ava/babel": "^1.0.1",
"@endo/eslint-config": "^0.3.10",
"@endo/ses-ava": "^0.2.3",
"@endo/eslint-config": "^0.3.11",
"@endo/ses-ava": "^0.2.4",
"ava": "^3.12.1",

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

"prettier": "^1.19.1",
"ses": "^0.13.3",
"ses": "^0.13.4",
"typescript": "^4.0.5"

@@ -81,3 +81,3 @@ },

},
"gitHead": "f91c84cde6cfe82c085ebe316da939d04ca74aa4"
"gitHead": "9e01f1b96869b8296eed9c6a408e74132a556449"
}

@@ -42,2 +42,3 @@ /* eslint no-underscore-dangle: ["off"] */

* @param {string} [url]
* @returns {import('ses').PrecompiledStaticModuleInterface}
*/

@@ -44,0 +45,0 @@ export function StaticModuleRecord(source, url) {

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