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

controltower

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

controltower - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

2

package.json
{
"name": "controltower",
"version": "0.14.3",
"version": "0.14.4",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

@@ -18,3 +18,3 @@ 'use strict';

exports.default = (isUpdating, values, classes, messages, onSubmit) => {
const fieldNames = ['apiToken', 'apiKey', 'apiAccountName', 'apiEnvironment', 'appKey', 'appToken'];
const fieldNames = ['apiToken', 'apiKey', 'apiAccountName', 'apiEnvironment'];
const fields = fieldNames.map(name => _html2.default`

@@ -21,0 +21,0 @@ <div class=${ classes.formGroup }>

@@ -21,3 +21,3 @@ 'use strict';

e.preventDefault();
const fieldNames = ['apiToken', 'apiKey', 'apiAccountName', 'apiEnvironment', 'appKey', 'appToken'];
const fieldNames = ['apiToken', 'apiKey', 'apiAccountName', 'apiEnvironment'];
const update = fieldNames.reduce((prev, name) => Object.assign(prev, {

@@ -24,0 +24,0 @@ [name]: e.target[name].value

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