Socket
Socket
Sign inDemoInstall

pvutils

Package Overview
Dependencies
Maintainers
2
Versions
20
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.2 to 1.1.3

3

build/utils.es.js

@@ -9,6 +9,7 @@ /*!

function getParametersValue(parameters, name, defaultValue) {
var _a;
if ((parameters instanceof Object) === false) {
return defaultValue;
}
return parameters[name] ?? defaultValue;
return (_a = parameters[name]) !== null && _a !== void 0 ? _a : defaultValue;
}

@@ -15,0 +16,0 @@ function bufferToHexCodes(inputBuffer, inputOffset = 0, inputLength = (inputBuffer.byteLength - inputOffset), insertSpace = false) {

@@ -57,4 +57,4 @@ {

"name": "pvutils",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT"
}
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