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

builder-util

Package Overview
Dependencies
Maintainers
1
Versions
258
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 2.0.4 to 2.0.5

1

out/macosVersion.d.ts
export declare function getMacOsVersion(): Promise<string>;
export declare function isMacOsSierra(): Promise<boolean>;
export declare function isMacOsHighSierra(): Promise<boolean>;
export declare function isCanSignDmg(): Promise<boolean>;

@@ -6,3 +6,3 @@ "use strict";

});
exports.isCanSignDmg = exports.isMacOsSierra = undefined;
exports.isCanSignDmg = exports.isMacOsHighSierra = exports.isMacOsSierra = undefined;

@@ -35,4 +35,14 @@ var _bluebirdLst;

let isMacOsHighSierra = exports.isMacOsHighSierra = (() => {
var _ref4 = (0, (_bluebirdLst || _load_bluebirdLst()).coroutine)(function* () {
return process.platform === "darwin" && (yield isOsVersionGreaterThanOrEqualTo("10.13.0"));
});
return function isMacOsHighSierra() {
return _ref4.apply(this, arguments);
};
})();
let isCanSignDmg = exports.isCanSignDmg = (() => {
var _ref4 = (0, (_bluebirdLst || _load_bluebirdLst()).coroutine)(function* () {
var _ref5 = (0, (_bluebirdLst || _load_bluebirdLst()).coroutine)(function* () {
return process.platform === "darwin" && (yield isOsVersionGreaterThanOrEqualTo("10.11.5"));

@@ -42,3 +52,3 @@ });

return function isCanSignDmg() {
return _ref4.apply(this, arguments);
return _ref5.apply(this, arguments);
};

@@ -45,0 +55,0 @@ })();

2

package.json
{
"name": "builder-util",
"version": "2.0.4",
"version": "2.0.5",
"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