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

@mybricks/sdk-for-app

Package Overview
Dependencies
Maintainers
12
Versions
292
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.21-beta.2 to 1.0.21-beta.3

2

api/file/save.js

@@ -19,3 +19,3 @@ "use strict";

console.log('开启压缩');
params.content = (_a = params.content) === null || _a === void 0 ? void 0 : _a.replace(/./g, '#D#');
params.content = (_a = params.content) === null || _a === void 0 ? void 0 : _a.replace(/\./g, '#D#');
}

@@ -22,0 +22,0 @@ (0, util_1.getAxiosInstance)()

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

console.log('开启压缩')
params.content = params.content?.replace(/./g, '#D#')
params.content = params.content?.replace(/\./g, '#D#')
}

@@ -20,0 +20,0 @@ getAxiosInstance()

{
"name": "@mybricks/sdk-for-app",
"version": "1.0.21-beta.2",
"version": "1.0.21-beta.3",
"description": "SDK for application UI",

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

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