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

@meteorjs/reify

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteorjs/reify - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1-beta.0

4

lib/import-export-visitor.js

@@ -112,4 +112,4 @@ "use strict";

if (this.magicString !== null) {
this.magicString.prepend("!function(" + this.moduleAlias + "){");
this.magicString.append("//*/\n}.call(this,module);");
this.magicString.prepend("!await (async function(" + this.moduleAlias + "){");
this.magicString.append("//*/\n}).call(this,module);");
}

@@ -116,0 +116,0 @@

@@ -41,2 +41,3 @@ "use strict";

"throwExpressions",
"topLevelAwait",
// Other experimental plugins that we could enable:

@@ -43,0 +44,0 @@ // https://babeljs.io/docs/en/next/babel-parser.html#plugins

{
"name": "@meteorjs/reify",
"version": "0.24.0",
"version": "0.24.1-beta.0",
"main": "node/index.js",

@@ -5,0 +5,0 @@ "browser": "lib/empty.js",

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