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

sanity-plugin-mux-input

Package Overview
Dependencies
Maintainers
24
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanity-plugin-mux-input - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

build/components/Input.js

@@ -136,2 +136,6 @@ "use strict";

_defineProperty(this, "focus", () => {
this.handleFocus();
});
_defineProperty(this, "handleFocus", () => {

@@ -138,0 +142,0 @@ this.setState({

14

build/components/Setup.js

@@ -136,2 +136,9 @@ "use strict";

try {
yield (0, _secrets.saveSecrets)(token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate);
} catch (err) {
handleError(err);
return;
}
if (!hasValidSigningKeys && enableSignedUrls) {

@@ -153,9 +160,2 @@ try {

try {
yield (0, _secrets.saveSecrets)(token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate);
} catch (err) {
handleError(err);
return;
}
var result;

@@ -162,0 +162,0 @@

{
"name": "sanity-plugin-mux-input",
"version": "0.3.1",
"version": "0.3.2",
"description": "An input component that integrates Sanity Studio with MUX.com video encoding/hosting service.",

@@ -43,3 +43,3 @@ "main": "build/index.js",

"react": "^17.0.1",
"sanipack": "^1.0.6"
"sanipack": "^1.0.7"
},

@@ -46,0 +46,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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