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

alaska-field-geo

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-geo - npm Package Compare versions

Comparing version 0.11.0 to 0.11.10

2

package.json
{
"name": "alaska-field-geo",
"version": "0.11.0",
"version": "0.11.10",
"description": "Alaska geo field",

@@ -5,0 +5,0 @@ "keywords": [

// @flow
import React from 'react';
import PropTypes from 'prop-types';
const { func } = React.PropTypes;
export default class GeoFieldCell extends React.Component {
static contextTypes = {
t: func,
t: PropTypes.func,
};

@@ -12,0 +11,0 @@

// @flow
import React from 'react';
import PropTypes from 'prop-types';
import shallowEqualWithout from 'shallow-equal-without';
const { func } = React.PropTypes;
export default class GeoFieldView extends React.Component {
static contextTypes = {
t: func,
t: PropTypes.func,
};

@@ -13,0 +12,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