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

@gaoding/editor-miniprogram-sdk

Package Overview
Dependencies
Maintainers
22
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gaoding/editor-miniprogram-sdk - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

demo/components/editor-miniprogram-sdk/editor-miniprogram-sdk.js

@@ -86,3 +86,3 @@ Component({

image: props.image,
themeColor: props.themeColor,
themeColor: props.themeColor ? encodeURIComponent(props.themeColor) : '',
buttonText: props.buttonText,

@@ -89,0 +89,0 @@

{
"name": "@gaoding/editor-miniprogram-sdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "稿定小程序编辑器对外 SDK",

@@ -5,0 +5,0 @@ "main": "src/editor-miniprogram-sdk.js",

@@ -86,3 +86,3 @@ Component({

image: props.image,
themeColor: props.themeColor,
themeColor: props.themeColor ? encodeURIComponent(props.themeColor) : '',
buttonText: props.buttonText,

@@ -89,0 +89,0 @@

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