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

@veramo-community/react-components

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo-community/react-components - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

dist/cjs/src/components/VerifiableCredential/Templates/Kudos.d.ts

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

/// <reference types="react" />
import { VerifiableCredential } from "@veramo/core";

@@ -2,0 +3,0 @@ export declare const Kudos: ({ credential }: {

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

/// <reference types="react" />
import { VerifiableCredential as VCred } from "@veramo/core";

@@ -2,0 +3,0 @@ import "./VerifiableCredential.css";

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

/// <reference types="react" />
import { ComponentStory, ComponentMeta } from "@storybook/react";

@@ -2,0 +3,0 @@ declare const _default: ComponentMeta<({ credential }: {

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

/// <reference types="react" />
import { VerifiableCredential } from "@veramo/core";

@@ -2,0 +3,0 @@ export declare const Kudos: ({ credential }: {

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

/// <reference types="react" />
import { VerifiableCredential as VCred } from "@veramo/core";

@@ -2,0 +3,0 @@ import "./VerifiableCredential.css";

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

/// <reference types="react" />
import { ComponentStory, ComponentMeta } from "@storybook/react";

@@ -2,0 +3,0 @@ declare const _default: ComponentMeta<({ credential }: {

10

package.json
{
"name": "@veramo-community/react-components",
"version": "1.1.0",
"version": "1.1.1",
"description": "React components for rendering verifiable credentials and other related data",

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

"@storybook/testing-library": "^0.0.13",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.3",

@@ -62,4 +62,4 @@ "@types/react": "^18.0.25",

"jest-environment-jsdom": "^29.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.4.0",

@@ -74,3 +74,3 @@ "rollup-plugin-dts": "^5.0.0",

"peerDependencies": {
"react": "^17.0.2"
"react": "^18.2.0"
},

@@ -77,0 +77,0 @@ "release": {

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