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

alaska-field-image

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-field-image - npm Package Compare versions

Comparing version 0.11.8 to 0.11.10

2

package.json
{
"name": "alaska-field-image",
"version": "0.11.8",
"version": "0.11.10",
"description": "Alaska image field",

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

// @flow
import React from 'react';
import PropTypes from 'prop-types';
import _ from 'lodash';

@@ -8,9 +9,7 @@ import shallowEqualWithout from 'shallow-equal-without';

const { object, func } = React.PropTypes;
export default class ImageFieldView extends React.Component {
static contextTypes = {
settings: object,
t: func
settings: PropTypes.object,
t: PropTypes.func
};

@@ -17,0 +16,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