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

react-as

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-as - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/react-as.esm.js

@@ -5,3 +5,3 @@ /*!

*
* Version: 1.0.0
* Version: 1.0.1
*

@@ -8,0 +8,0 @@ * Copyright KingSora | Rene Haas.

@@ -5,3 +5,3 @@ /*!

*
* Version: 1.0.0
* Version: 1.0.1
*

@@ -8,0 +8,0 @@ * Copyright KingSora | Rene Haas.

import As, { transform, AsProps } from './As';
import { Options, Strategy, OverwriteProps, InputComponentProps } from './types';
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponentProps };
import { Options, Strategy, OverwriteProps, InputComponent, InputComponentProps } from './types';
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponent, InputComponentProps };
export default As;
{
"name": "react-as",
"author": "KingSora | Rene Haas",
"version": "1.0.0",
"version": "1.0.1",
"description": "Render react components as other components.",

@@ -6,0 +6,0 @@ "license": "MIT",

import As, { transform, AsProps } from './As';
import { Options, Strategy, OverwriteProps, InputComponentProps } from './types';
import { Options, Strategy, OverwriteProps, InputComponent, InputComponentProps } from './types';
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponentProps };
export { As, transform, AsProps, Options, Strategy, OverwriteProps, InputComponent, InputComponentProps };
export default As;
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