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

@bulmil/react

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bulmil/react - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.13.1](https://github.com/gomah/bulmil/compare/v0.13.0...v0.13.1) (2021-03-22)
**Note:** Version bump only for package @bulmil/react
# [0.13.0](https://github.com/gomah/bulmil/compare/v0.12.6...v0.13.0) (2021-01-28)

@@ -8,0 +16,0 @@

2

dist/types/react-component-lib/createComponent.d.ts

@@ -9,3 +9,3 @@ import React from 'react';

}
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style"> & import("./interfaces").StyleReactProps> & React.RefAttributes<ElementType>>;
export {};

@@ -5,4 +5,4 @@ import React from 'react';

export declare const mergeRefs: <ElementType>(...refs: React.Ref<ElementType>[]) => (value: ElementType) => void;
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style"> & StyleReactProps> & React.RefAttributes<ElementType>>;
export * from './attachProps';
export * from './case';
{
"name": "@bulmil/react",
"sideEffects": false,
"version": "0.13.0",
"version": "0.13.1",
"author": "Gomah",

@@ -30,5 +30,5 @@ "license": "MIT",

"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
"@testing-library/react": "^11.2.5",
"@types/jest": "26.0.21",
"@types/node": "14.14.35",
"@types/react": "17.0.0",

@@ -39,9 +39,9 @@ "@types/react-dom": "17.0.0",

"np": "^7.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "4.1.3"
"typescript": "4.2.3"
},
"dependencies": {
"@bulmil/core": "0.13.0"
"@bulmil/core": "0.13.1"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

},
"gitHead": "ee6ba77057159319d309e78ed17c11ec1d843156"
"gitHead": "8efe1f05c5a4ce6673c0a8861ca058c33785edd0"
}

Sorry, the diff of this file is too big to display

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