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

@meteorjs/reify

Package Overview
Dependencies
Maintainers
0
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.2 to 0.25.3

3

lib/runtime/entry.js

@@ -399,2 +399,5 @@ "use strict";

if (this.asyncEvaluationIndex !== null) {
if (this.status === 'evaluated') {
return;
}
throw new Error('setAsyncEvaluation can only be called once');

@@ -401,0 +404,0 @@ }

2

package.json
{
"name": "@meteorjs/reify",
"version": "0.25.2",
"version": "0.25.3",
"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