New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lens-protocol/types

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lens-protocol/types - npm Package Compare versions

Comparing version 0.0.0-canary-20241204092617 to 0.0.0-canary-20241206130805

12

dist/index.d.ts

@@ -166,2 +166,12 @@ import { Result, Ok, Err, ResultAsync } from 'neverthrow';

type DateTime = Tagged<string, 'DateTime'>;
/**
* Beautify the readout of all of the members of that intersection.
*
* @see https://twitter.com/mattpocockuk/status/1622730173446557697
*
* @internal
*/
type Prettify<T> = {
[K in keyof T]: T[K];
} & {};

@@ -186,2 +196,2 @@ /**

export { type AccessToken, type BigDecimal, type BigIntString, type BlockchainData, type CompactJwt, type Cursor, type DateTime, Deferred, type EncodedTransaction, type EvmAddress, type HexString, type ID, type IdToken, type InferAsyncErrTypes, type InferAsyncOkTypes, InvariantError, type LegacyProfileId, type PostId, type RefreshToken, ResultAwareError, type Signature, type TxHash, type URI, type URL, type UUID, type UsernameValue, type Void, accessToken, assertErr, assertError, assertNever, assertOk, compactJwt, evmAddress, hexString, idToken, invariant, isObject, isValidHexString, never, postId, refreshToken, signatureFrom, txHash, uri, url, uuid };
export { type AccessToken, type BigDecimal, type BigIntString, type BlockchainData, type CompactJwt, type Cursor, type DateTime, Deferred, type EncodedTransaction, type EvmAddress, type HexString, type ID, type IdToken, type InferAsyncErrTypes, type InferAsyncOkTypes, InvariantError, type LegacyProfileId, type PostId, type Prettify, type RefreshToken, ResultAwareError, type Signature, type TxHash, type URI, type URL, type UUID, type UsernameValue, type Void, accessToken, assertErr, assertError, assertNever, assertOk, compactJwt, evmAddress, hexString, idToken, invariant, isObject, isValidHexString, never, postId, refreshToken, signatureFrom, txHash, uri, url, uuid };

2

package.json
{
"name": "@lens-protocol/types",
"version": "0.0.0-canary-20241204092617",
"version": "0.0.0-canary-20241206130805",
"description": "Low-level types for Lens SDK",

@@ -5,0 +5,0 @@ "repository": {

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