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

pvtsutils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pvtsutils - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

build/types/convert.d.ts
import { BufferSource } from "./buffer_source_converter";
export declare type BufferEncoding = "utf8" | "binary" | "base64" | "base64url" | "hex" | string;
declare global {
var btoa: undefined | ((data: string) => string);
var atob: undefined | ((data: string) => string);
}
export declare class Convert {

@@ -8,0 +4,0 @@ static isHex(data: any): data is string;

2

package.json
{
"name": "pvtsutils",
"version": "1.1.0",
"version": "1.1.1",
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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