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.0.14 to 1.1.0

2

build/index.es.js
/**
* Copyright (c) 2019, Peculiar Ventures, All rights reserved.
* Copyright (c) 2020, Peculiar Ventures, All rights reserved.
*/

@@ -4,0 +4,0 @@

/**
* Copyright (c) 2019, Peculiar Ventures, All rights reserved.
* Copyright (c) 2020, Peculiar Ventures, All rights reserved.
*/

@@ -4,0 +4,0 @@

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

export declare type BufferSource = ArrayBuffer | ArrayBufferView;
export declare class BufferSourceConverter {

@@ -2,0 +3,0 @@ static toArrayBuffer(data: BufferSource): ArrayBuffer;

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

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 {

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

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

@@ -59,16 +59,16 @@ "main": "build/index.js",

"dependencies": {
"tslib": "^2.0.1"
"tslib": "^2.0.3"
},
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.62",
"@types/node": "^12.19.3",
"coveralls": "^3.1.0",
"mocha": "^8.1.3",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-typescript2": "^0.27.3",
"rollup": "^2.33.1",
"rollup-plugin-typescript2": "^0.29.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},

@@ -75,0 +75,0 @@ "nyc": {

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