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

@oncojs/react-sapien

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oncojs/react-sapien - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

dist/es6/index.js
import React from 'react';
import createHumanBody from '@oncojs/sapien';
import createSapien from '@oncojs/sapien';
var Humanbody = function Humanbody(props) {
var Sapien = function Sapien(props) {
return React.createElement(
'div',
null,
createHumanBody(props)
createSapien(props)
);
};
export default Humanbody;
export default Sapien;

@@ -15,3 +15,3 @@ 'use strict';

var Humanbody = function Humanbody(props) {
var Sapien = function Sapien(props) {
return _react2.default.createElement(

@@ -24,2 +24,2 @@ 'div',

exports.default = Humanbody;
exports.default = Sapien;

@@ -5,10 +5,10 @@ /* @flow */

import createHumanBody from '@oncojs/sapien';
import createSapien from '@oncojs/sapien';
import type { TConfig } from '@oncojs/sapien/types';
const Humanbody = (props: TConfig) => (
<div>{createHumanBody(props)}</div>
const Sapien = (props: TConfig) => (
<div>{createSapien(props)}</div>
);
export default Humanbody;
export default Sapien;

@@ -17,3 +17,3 @@ {

"name": "@oncojs/react-sapien",
"version": "0.4.1",
"version": "0.4.2",
"description": "React Component for @oncojs/sapien",

@@ -23,3 +23,3 @@ "browser": true,

"dependencies": {
"@oncojs/sapien": "0.4.1"
"@oncojs/sapien": "0.4.2"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

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

Sorry, the diff of this file is not supported yet

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