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

tiny-decoders

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-decoders - npm Package Compare versions

Comparing version 17.0.1 to 18.0.0

2

index.d.ts

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

export type Decoder<T, U = unknown> = (value: U) => DecoderResult<T>;
export type Decoder<T> = (value: unknown) => DecoderResult<T>;
export type DecoderResult<T> = {

@@ -3,0 +3,0 @@ tag: "DecoderError";

{
"name": "tiny-decoders",
"version": "17.0.1",
"version": "18.0.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simon Lydell",

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