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

@blake.regalia/belt

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blake.regalia/belt - npm Package Compare versions

Comparing version 0.20.2 to 0.20.3

4

dist/cjs/strings.d.ts

@@ -22,6 +22,2 @@ import type { A } from 'ts-toolbelt';

export type NaiveBase222 = A.Type<string, 'base222'>;
/**
* JSON string
*/
export type NaiveJsonString = A.Type<string, 'json'>;
interface HexMethods {

@@ -28,0 +24,0 @@ toLowerCase(): NaiveHexLower;

5

dist/cjs/types.d.ts
import type { A } from 'ts-toolbelt';
import type { NaiveJsonString } from './strings';
/**

@@ -28,2 +27,6 @@ * Shortcut for a very common type pattern

/**
* JSON string
*/
export type NaiveJsonString = A.Type<string, 'json'>;
/**
* Root type for all objects considered to be parsed JSON objects

@@ -30,0 +33,0 @@ */

@@ -22,6 +22,2 @@ import type { A } from 'ts-toolbelt';

export type NaiveBase222 = A.Type<string, 'base222'>;
/**
* JSON string
*/
export type NaiveJsonString = A.Type<string, 'json'>;
interface HexMethods {

@@ -28,0 +24,0 @@ toLowerCase(): NaiveHexLower;

import type { A } from 'ts-toolbelt';
import type { NaiveJsonString } from './strings';
/**

@@ -28,2 +27,6 @@ * Shortcut for a very common type pattern

/**
* JSON string
*/
export type NaiveJsonString = A.Type<string, 'json'>;
/**
* Root type for all objects considered to be parsed JSON objects

@@ -30,0 +33,0 @@ */

{
"name": "@blake.regalia/belt",
"version": "0.20.2",
"version": "0.20.3",
"repository": "github:blake-regalia/belt",

@@ -5,0 +5,0 @@ "license": "ISC",

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