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

@meteorjs/reify

Package Overview
Dependencies
Maintainers
7
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.25.1 to 0.25.2

.idea/jsLibraryMappings.xml

6

lib/import-export-visitor.js

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

const Visitor = require("./visitor.js");
const { isTopLevelAwait } = require('./is-top-level-await');

@@ -392,3 +393,4 @@ const codeOfCR = "\r".charCodeAt(0);

if (!this.hasTopLevelAwait) {
let parent = path.getParentNode(1);
const parent = path.getParentNode(1);
if (

@@ -399,2 +401,4 @@ parent.type === 'ExpressionStatement' &&

this.hasTopLevelAwait = true;
} else {
this.hasTopLevelAwait = isTopLevelAwait(path.stack);
}

@@ -401,0 +405,0 @@ }

2

node/version.js

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

module.exports = new SemVer(
module.exports = SemVer.parse(
process.env.REIFY_VERSION || fs.readJSON(pkgPath).version
);
{
"name": "@meteorjs/reify",
"version": "0.25.1",
"version": "0.25.2",
"main": "node/index.js",

@@ -47,3 +47,6 @@ "browser": "lib/empty.js",

"recast": "0.20.5"
},
"volta": {
"node": "14.21.3"
}
}

Sorry, the diff of this file is not supported yet

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