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

@expandorg/components

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/components - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

src/components/Panel/index.js

2

index.js

@@ -31,2 +31,3 @@ // @flow

import Portal from './src/components/Portal';
import Panel from './src/components/Panel';

@@ -73,2 +74,3 @@ import {

Portal,
Panel,
ServiceProvider,

@@ -75,0 +77,0 @@ ServicesContext,

4

package.json
{
"name": "@expandorg/components",
"version": "0.2.13",
"version": "0.2.14",
"description": "expand UI components library",

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

},
"gitHead": "fd6a67e3410cced55be2eaa3e1e6052e38985d09"
"gitHead": "123793c33978a85943c458bd476274a83ccf702d"
}

@@ -0,3 +1,4 @@

// @flow
import Input from './Input';
export default Input;

@@ -7,3 +7,3 @@ import React, { Component, forwardRef } from 'react';

class Input extends Component {
export class Input extends Component {
static propTypes = {

@@ -10,0 +10,0 @@ value: PropTypes.string,

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