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

@gemsorg/modules

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gemsorg/modules - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

4

package.json
{
"name": "@gemsorg/modules",
"version": "0.1.29",
"version": "0.1.30",
"description": "gems modules",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "524e2d9572e64013248ba72494aeaf093008c575"
"gitHead": "1f00d600f6f609266b79e16b267ae4c75a27fe7d"
}

@@ -53,8 +53,12 @@ import React, { Component } from 'react';

componentWillReceiveProps({ form: nextForm, variables, errors: nextErrors }) {
const { errors, form } = this.props;
if (form !== nextForm) {
componentWillReceiveProps({
form: nextForm,
variables: nextVars,
errors: nextErrors,
}) {
const { errors, form, variables } = this.props;
if (form !== nextForm || variables !== nextVars) {
this.setState({
values: null,
form: overrideFormVars(nextForm, variables),
form: overrideFormVars(nextForm, nextVars),
});

@@ -61,0 +65,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