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
12
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.35-beta.1 to 1.0.35-beta.2

2

api/material/getLatestComponentLibrarys.js

@@ -13,2 +13,3 @@ "use strict";

.then(({ data }) => {
console.log(`getLatestComponentLibrarys data JD==> `, data);
if (data === null || data === void 0 ? void 0 : data.data) {

@@ -24,2 +25,3 @@ resolve(((data === null || data === void 0 ? void 0 : data.data) || []).sort((p, c) => {

}).catch((e) => {
console.log(`getLatestComponentLibrarys e JD==> `, e);
reject(e.msg || '查询最新组件库信息失败');

@@ -26,0 +28,0 @@ });

@@ -12,2 +12,3 @@ import { getAxiosInstance } from '../util'

.then(({ data }: any) => {
console.log(`getLatestComponentLibrarys data JD==> `,data);
if (data?.data) {

@@ -21,2 +22,3 @@ resolve((data?.data || []).sort((p: any, c: any) => {

}).catch((e: any) => {
console.log(`getLatestComponentLibrarys e JD==> `,e);
reject(e.msg || '查询最新组件库信息失败')

@@ -23,0 +25,0 @@ });

2

package.json
{
"name": "@mybricks/sdk-for-app",
"version": "1.0.35-beta.1",
"version": "1.0.35-beta.2",
"description": "SDK for application UI",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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