Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

out/wine.js

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

} else if (process.platform === "darwin") {
// assume that on travis latest version is used
const osVersion = yield (0, (_macosVersion || _load_macosVersion()).getMacOsVersion)();

@@ -124,3 +125,3 @@ let version = null;

checksum = "dlEVCf0YKP5IEiOKPNE48Q8NKXbXVdhuaI9hG2oyDEay2c+93PE5qls7XUbIYq4Xi1gRK8fkWeCtzN2oLpVQtg==";
} else if ((_semver || _load_semver()).gte(osVersion, "10.12.0")) {
} else if ((_semver || _load_semver()).gte(osVersion, "10.12.0") || process.env.TRAVIS_OS_NAME === "osx") {
version = "2.0.1-mac-10.12";

@@ -127,0 +128,0 @@ // noinspection SpellCheckingInspection

{
"name": "builder-util",
"version": "3.1.1",
"version": "3.1.2",
"main": "out/util.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

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