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

@gasket/plugin-metadata

Package Overview
Dependencies
Maintainers
0
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-metadata - npm Package Compare versions

Comparing version 7.0.0-next.51 to 7.0.0-next.52

8

lib/index.d.ts

@@ -1,2 +0,2 @@

import type { MaybeAsync } from '@gasket/core';
import type { MaybeAsync, Plugin } from '@gasket/core';
import type { PackageJson } from 'create-gasket-app';

@@ -126,7 +126,7 @@

export default {
const plugin: Plugin = {
name: '@gasket/plugin-metadata',
version: '',
description: '',
hooks: {}
};
export = plugin;
{
"name": "@gasket/plugin-metadata",
"version": "7.0.0-next.51",
"version": "7.0.0-next.52",
"description": "Adds metadata to gasket lifecycles",

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"dependencies": {
"@gasket/core": "7.0.0-next.51"
"@gasket/core": "7.0.0-next.52"
},

@@ -70,3 +70,3 @@ "devDependencies": {

},
"gitHead": "bc43507fca778b76e3e2093d683615464488d77b"
"gitHead": "b6db6d098fc1fec4c0e6fd922391ccf0c63fb54f"
}
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