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.32.0 to 0.32.1

2

dist/cjs/data.d.ts

@@ -10,3 +10,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings';

/**
* Typed alias to `JSON.parse`
* Strongly typed alias to `JSON.parse`
*/

@@ -13,0 +13,0 @@ export declare const parse_json: <w_value extends JsonValue<void | undefined> = JsonValue>(sx_json: string, f_reviver?: Parameters<typeof JSON.parse>[1]) => w_value;

@@ -25,3 +25,3 @@ "use strict";

/**
* Typed alias to `JSON.parse`
* Strongly typed alias to `JSON.parse`
*/

@@ -28,0 +28,0 @@ exports.parse_json = JSON.parse;

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

export * from './async.js';
export * from './belt.js';

@@ -2,0 +3,0 @@ export * from './cbor.js';

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./async.js"), exports);
__exportStar(require("./belt.js"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./cbor.js"), exports);

@@ -10,3 +10,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings';

/**
* Typed alias to `JSON.parse`
* Strongly typed alias to `JSON.parse`
*/

@@ -13,0 +13,0 @@ export declare const parse_json: <w_value extends JsonValue<void | undefined> = JsonValue>(sx_json: string, f_reviver?: Parameters<typeof JSON.parse>[1]) => w_value;

@@ -22,3 +22,3 @@ import { XG_8, is_array, is_dict_es, is_string, entries, from_entries, transform_values, die, try_sync } from './belt.js';

/**
* Typed alias to `JSON.parse`
* Strongly typed alias to `JSON.parse`
*/

@@ -25,0 +25,0 @@ export const parse_json = JSON.parse;

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

export * from './async.js';
export * from './belt.js';

@@ -2,0 +3,0 @@ export * from './cbor.js';

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

export * from './async.js';
export * from './belt.js';

@@ -2,0 +3,0 @@ export * from './cbor.js';

{
"name": "@blake.regalia/belt",
"version": "0.32.0",
"version": "0.32.1",
"repository": "github:blake-regalia/belt",

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

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