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

extended-components

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-components - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

1

dist/extended-components.cjs.js

@@ -269,2 +269,3 @@ 'use strict';

if (!EnhancedComponent.stateDefinition) {
// eslint-disable-next-line no-console
console.error('Static getDerivedStateFromProps called, but no state defined.');

@@ -271,0 +272,0 @@ return null;

@@ -263,2 +263,3 @@ import React from 'react';

if (!EnhancedComponent.stateDefinition) {
// eslint-disable-next-line no-console
console.error('Static getDerivedStateFromProps called, but no state defined.');

@@ -265,0 +266,0 @@ return null;

@@ -672,2 +672,3 @@ (function (global, factory) {

if (!EnhancedComponent.stateDefinition) {
// eslint-disable-next-line no-console
console.error('Static getDerivedStateFromProps called, but no state defined.');

@@ -674,0 +675,0 @@ return null;

2

package.json
{
"name": "extended-components",
"version": "0.1.3",
"version": "0.1.4",
"description": "Extend functional React.js components with default props, advanced local state (presets for common use cases like toggle, counter, ...) and lifecycle hooks.",

@@ -5,0 +5,0 @@ "author": "Markus Wetzel <markuswetzel@gmx.net>",

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