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.34 to 0.0.35

15

dist/index.d.ts

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

attributes: unknown;
structure: unknown;
structure: {
title: string;
description: string;
attributes: Record<string, unknown>;
fields: Record<string, unknown>;
layout: unknown[];
};
style: {

@@ -1553,2 +1559,9 @@ buttons: {

}>;
mobileStyles: Partial<{
'font-size': string;
'padding-top': string;
'padding-right': string;
'padding-bottom': string;
'padding-left': string;
}>;
}>;

@@ -1555,0 +1568,0 @@ export type ContentDefaultsIcons = Partial<{

6

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

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

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

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

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