Socket
Socket
Sign inDemoInstall

@beemo/core

Package Overview
Dependencies
160
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

8

lib/_virtual/_rollupPluginBabelHelpers.js

@@ -724,2 +724,4 @@ 'use strict';

return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

@@ -1707,3 +1709,3 @@

exports.defineProperty = _defineProperty;
exports.extends = _extends;
exports['extends'] = _extends;
exports.get = _get;

@@ -1715,3 +1717,3 @@ exports.getPrototypeOf = _getPrototypeOf;

exports.initializerWarningHelper = _initializerWarningHelper;
exports.instanceof = _instanceof;
exports['instanceof'] = _instanceof;
exports.interopRequireDefault = _interopRequireDefault;

@@ -1751,3 +1753,3 @@ exports.interopRequireWildcard = _interopRequireWildcard;

exports.toPropertyKey = _toPropertyKey;
exports.typeof = _typeof;
exports['typeof'] = _typeof;
exports.unsupportedIterableToArray = _unsupportedIterableToArray;

@@ -1754,0 +1756,0 @@ exports.wrapAsyncGenerator = _wrapAsyncGenerator;

@@ -257,3 +257,4 @@ 'use strict';

const driver = this.options.driver;
this.debug('Merging %s config from %d sources', internal.color.symbol(driver.getName()), configs.length);
this.debug('Merging %s config from %d sources', internal.color.symbol(driver.getName()), configs.length); // eslint-disable-next-line unicorn/prefer-object-from-entries
const config = configs.reduce((masterConfig, cfg) => this.options.driver.mergeConfig(masterConfig, cfg), {});

@@ -260,0 +261,0 @@ driver.onMergeConfig.emit([context, config]);

@@ -90,3 +90,5 @@ 'use strict';

return pipeline.pipe(tool.msg('app:driverExecute'), this.runCommandWithArgs).run();
return pipeline.pipe(tool.msg('app:driverExecute', {
bin: metadata.bin
}), this.runCommandWithArgs).run();
}

@@ -93,0 +95,0 @@ /**

{
"name": "@beemo/core",
"version": "2.0.1",
"version": "2.0.2",
"release": "1614239076609",

@@ -79,3 +79,3 @@ "description": "Manage all dev tool configurations in a single centralized repository.",

},
"gitHead": "3e62c78e4ac045b17dd17003dbf161348e4dd158"
"gitHead": "82a29a3f7bf47afd9900e420f21be887ec8cea98"
}

@@ -271,2 +271,3 @@ /* eslint-disable @typescript-eslint/member-ordering */

// eslint-disable-next-line unicorn/prefer-object-from-entries
const config = configs.reduce(

@@ -273,0 +274,0 @@ (masterConfig, cfg) => this.options.driver.mergeConfig(masterConfig, cfg),

@@ -73,3 +73,5 @@ /* eslint-disable @typescript-eslint/member-ordering */

return pipeline.pipe(tool.msg('app:driverExecute'), this.runCommandWithArgs).run();
return pipeline
.pipe(tool.msg('app:driverExecute', { bin: metadata.bin }), this.runCommandWithArgs)
.run();
}

@@ -76,0 +78,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc