Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mybricks/sdk-for-app

Package Overview
Dependencies
Maintainers
0
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mybricks/sdk-for-app - npm Package Compare versions

Comparing version 1.0.53 to 1.0.54

4

package.json
{
"name": "@mybricks/sdk-for-app",
"version": "1.0.53",
"version": "1.0.54",
"description": "SDK for application UI",

@@ -45,3 +45,3 @@ "scripts": {

"@typescript-eslint/parser": "^5.41.0",
"antd": "4.21.6",
"antd": "^5.0.2",
"axios": "^1.2.0",

@@ -48,0 +48,0 @@ "babel-loader": "^8.2.5",

@@ -9,17 +9,2 @@ import View from './view'

import * as antd from "antd";
import * as icons from "@ant-design/icons";
if (!window.antd) {
window.antd = antd
}
if (!window.icons) {
window.icons = icons;
}
if (!window.MyBricks_antd) {
window.MyBricks_antd = antd;
}
if (!window.MyBricks_icons) {
window.MyBricks_icons = icons;
}
export {

@@ -26,0 +11,0 @@ View,

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