New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ocap/util

Package Overview
Dependencies
Maintainers
3
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ocap/util - npm Package Compare versions

Comparing version 1.10.8 to 1.10.9

5

lib/index.js

@@ -20,2 +20,4 @@ /* eslint-disable max-len */

const isObject = require('lodash/isObject');
const upperFirst = require('lodash/upperFirst');
const camelCase = require('lodash/camelCase');
const isNull = require('lodash/isNull');

@@ -670,2 +672,4 @@ const multibase = require('multibase');

const formatTxType = (type) => upperFirst(camelCase(type));
module.exports = {

@@ -701,2 +705,3 @@ BN,

toAddress,
formatTxType,
};

4

package.json
{
"name": "@ocap/util",
"version": "1.10.8",
"version": "1.10.9",
"description": "utils shared across multiple forge js libs, works in both node.js and browser",

@@ -59,3 +59,3 @@ "keywords": [

},
"gitHead": "d306e068d718cd26be629da44c6a3a85e18ff311"
"gitHead": "03de8c97fa5cce097de74da42414519daba801a1"
}
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