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

@mailupinc/bee-plugin-types

Package Overview
Dependencies
Maintainers
7
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailupinc/bee-plugin-types - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

8

dist/index.d.ts

@@ -1494,3 +1494,9 @@ import { KebabCSSProperties, RecursivePartial, ValueOf } from '@mailupinc/bee-types-utils';

export type ContentDefaultsForm = Partial<{
structure: unknown;
structure: {
title: string;
description: string;
attributes: Record<string, unknown>;
fields: Record<string, unknown>;
layout: unknown[];
};
styles: Partial<{

@@ -1497,0 +1503,0 @@ width: string;

6

package.json
{
"name": "@mailupinc/bee-plugin-types",
"version": "0.0.35",
"version": "0.0.36",
"description": "Bee plugin public types",

@@ -18,3 +18,3 @@ "keywords": [],

"dependencies": {
"@mailupinc/bee-types-utils": "^0.0.35"
"@mailupinc/bee-types-utils": "^0.0.36"
},

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

"tags": [],
"gitHead": "367353e9f81628317427349c3931b7414bee8260"
"gitHead": "736feb213b39b83dc7ac16a0b0d69364d5062437"
}
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