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

alaska-settings

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-settings - npm Package Compare versions

Comparing version 0.11.8 to 0.11.10

8

package.json
{
"name": "alaska-settings",
"version": "0.11.8",
"version": "0.11.10",
"description": "Alaska settings service",

@@ -15,6 +15,6 @@ "keywords": [

"alaska-field-mixed": "^0.11.7",
"alaska-field-select": "^0.11.8",
"alaska-field-text": "^0.11.0",
"debug": "^2.6.3"
"alaska-field-select": "^0.11.10",
"alaska-field-text": "^0.11.10",
"debug": "^2.6.4"
}
}
// @flow
import React from 'react';
import PropTypes from 'prop-types';
import _ from 'lodash';

@@ -12,10 +13,8 @@ import { bindActionCreators } from 'redux';

const { object, func } = React.PropTypes;
class SettingsEditor extends React.Component {
static contextTypes = {
views: object,
settings: object,
t: func
views: PropTypes.object,
settings: PropTypes.object,
t: PropTypes.func
};

@@ -22,0 +21,0 @@

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