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

@meteorjs/reify

Package Overview
Dependencies
Maintainers
4
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.23.0-beta.1 to 0.23.0

6

node/utils.js

@@ -110,3 +110,7 @@ "use strict";

}
return maxSatisfyingCache[cacheKey] = SemVer.maxSatisfying(versions, range);
return maxSatisfyingCache[cacheKey] = SemVer.maxSatisfying(
versions,
range,
{ includePrerelease: range === '*' }
);
}

@@ -113,0 +117,0 @@

4

package.json
{
"name": "@meteorjs/reify",
"version": "0.23.0-beta.1",
"version": "0.23.0",
"main": "node/index.js",

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

"periscopic": "^2.0.3",
"semver": "^5.4.1"
"semver": "^5.7.1"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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