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

@chromia/react

Package Overview
Dependencies
Maintainers
8
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chromia/react - npm Package Compare versions

Comparing version 0.1.1-beta.1 to 0.2.0-beta.1

dist/hooks/index.d.ts

4

CHANGELOG.md

@@ -7,3 +7,5 @@ All notable changes to this project will be documented in this file.

## [0.1.1] - 2024-04-24
## [0.2.0] - 2024-04-24
### Added
- add usePostchainClient hook
### Dev

@@ -10,0 +12,0 @@ - Fix finding latest release type for first release

@@ -1,4 +0,2 @@

export declare const HelloWorld: React.FC<{
name: string;
}>;
export * from "./hooks";
//# sourceMappingURL=index.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HelloWorld = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const HelloWorld = ({ name }) => {
return (0, jsx_runtime_1.jsxs)("h1", { children: ["Hello Hello", name] });
};
exports.HelloWorld = HelloWorld;
__exportStar(require("./hooks"), exports);
//# sourceMappingURL=index.js.map

@@ -1,3 +0,5 @@

import { HelloWorld } from ".";
import type { StoryObj, Meta } from "@storybook/react";
declare const HelloWorld: React.FC<{
name: string;
}>;
declare const meta: Meta<typeof HelloWorld>;

@@ -4,0 +6,0 @@ export default meta;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Default = void 0;
const _1 = require(".");
const jsx_runtime_1 = require("react/jsx-runtime");
const HelloWorld = ({ name }) => {
return (0, jsx_runtime_1.jsxs)("h1", { children: ["Hello Hello", name] });
};
const meta = {
title: "HelloWorld",
component: _1.HelloWorld,
component: HelloWorld,
tags: ["autodocs"],

@@ -9,0 +12,0 @@ args: {

@@ -1,4 +0,2 @@

export declare const HelloWorld: React.FC<{
name: string;
}>;
export * from "./hooks";
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,2 @@

import { jsxs as _jsxs } from "react/jsx-runtime";
export const HelloWorld = ({ name }) => {
return _jsxs("h1", { children: ["Hello Hello", name] });
};
export * from "./hooks/index.js";
//# sourceMappingURL=index.js.map

@@ -1,3 +0,5 @@

import { HelloWorld } from ".";
import type { StoryObj, Meta } from "@storybook/react";
declare const HelloWorld: React.FC<{
name: string;
}>;
declare const meta: Meta<typeof HelloWorld>;

@@ -4,0 +6,0 @@ export default meta;

@@ -1,2 +0,5 @@

import { HelloWorld } from ".";
import { jsxs as _jsxs } from "react/jsx-runtime";
const HelloWorld = ({ name }) => {
return _jsxs("h1", { children: ["Hello Hello", name] });
};
const meta = {

@@ -3,0 +6,0 @@ title: "HelloWorld",

{
"name": "@chromia/react",
"version": "0.1.1-beta.1",
"version": "0.2.0-beta.1",
"license": "Apache-2.0",

@@ -34,3 +34,5 @@ "scripts": {

"module": "./esm/index.js",
"dependencies": {},
"dependencies": {
"swr": "^2.2.5"
},
"devDependencies": {

@@ -78,2 +80,3 @@ "@babel/core": "^7.22.1",

"node-fetch": "^2.6.7",
"postchain-client": "^1.15.2",
"prettier": "^2.8.8",

@@ -89,2 +92,3 @@ "react": "^18.2.0",

"peerDependencies": {
"postchain-client": "^1.15.2",
"react": "^18.2.0",

@@ -91,0 +95,0 @@ "react-dom": "^18.2.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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