New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gasket/core

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/core - npm Package Compare versions

Comparing version 7.0.0-next.68 to 7.0.0-next.69

4

cjs/engine.js

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

if (!plugin.hooks.metadata) {
plugin.hooks.metadata = function() {
plugin.hooks.metadata = /*#__PURE__*/ function() {
var _ref = _async_to_generator(function*(_, metadata) {

@@ -266,3 +266,3 @@ return metadata;

const resultMap = {};
yield Promise.all(Object.entries(executionPlan).map(function() {
yield Promise.all(Object.entries(executionPlan).map(/*#__PURE__*/ function() {
var _ref = _async_to_generator(function*([plugin, thunk]) {

@@ -269,0 +269,0 @@ resultMap[plugin] = yield thunk(gasket, pluginTasks, ...args);

{
"name": "@gasket/core",
"version": "7.0.0-next.68",
"version": "7.0.0-next.69",
"description": "Entry point to setting up Gasket instances",

@@ -46,6 +46,2 @@ "type": "module",

"author": "GoDaddy Operating Company, LLC",
"maintainers": [
"Jacob Page <jpage@godaddy.com>",
"Charlie Robbins <charlie.robbins@gmail.com>"
],
"license": "MIT",

@@ -55,3 +51,3 @@ "bugs": {

},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-engine",
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core",
"dependencies": {

@@ -104,3 +100,3 @@ "debug": "^4.3.4"

},
"gitHead": "13b1cf962202f9d7212412d337cbfcd38cd92c2a"
"gitHead": "b5645f2b3cc18080304c9dbdfeadf6d0005e3893"
}
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