You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pvutils

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pvutils - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+18
-9
package.json

@@ -21,5 +21,2 @@ {

"description": "Common utilities for products from Peculiar Ventures",
"engines": {
"node": ">=6.0.0"
},
"scripts": {

@@ -32,3 +29,4 @@ "prepare": "npm run build",

"coverage": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
},

@@ -44,3 +42,3 @@ "files": [

"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^17.0.19",

@@ -51,7 +49,8 @@ "@typescript-eslint/eslint-plugin": "^5.12.1",

"eslint-plugin-import": "^2.25.4",
"mocha": "^9.2.1",
"mocha": "^11.7.4",
"nyc": "^15.1.0",
"rollup": "2.68.0",
"rollup": "2.79.2",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-typescript2": "^0.31.2",
"standard-version": "^9.5.0",
"ts-node": "^10.5.0",

@@ -61,4 +60,14 @@ "typescript": "^4.5.5"

"name": "pvutils",
"version": "1.1.3",
"license": "MIT"
"version": "1.1.4",
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"devEngines": {
"packageManager": {
"name": "npm",
"version": ">=10",
"onFail": "error"
}
}
}

@@ -1,6 +0,15 @@

# pvutils
<h1 align="center">
pvutils
</h1>
[![test](https://github.com/PeculiarVentures/pvutils/actions/workflows/test.yml/badge.svg)](https://github.com/PeculiarVentures/pvutils/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/pvutils/badge.svg?branch=master)](https://coveralls.io/github/PeculiarVentures/pvutils?branch=master)
<div align="center">
![NPM License](https://img.shields.io/npm/l/pvutils)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PeculiarVentures/pvutils/test.yml?label=test)
[![npm version](https://img.shields.io/npm/v/pvutils.svg)](https://www.npmjs.com/package/pvutils)
![Coveralls](https://img.shields.io/coverallsCoverage/github/PeculiarVentures/pvutils)
[![npm downloads](https://img.shields.io/npm/dm/pvutils.svg)](https://www.npmjs.com/package/pvutils)
</div>
`pvutils` is a set of common utility functions used in various Peculiar Ventures Javascript based projects.

@@ -7,0 +16,0 @@