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
488
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.12.9 to 1.13.0

1

lib/ready.js

@@ -24,2 +24,3 @@ /* eslint-disable no-underscore-dangle */

} else {
// console.log('Ready.markReady', this.name, mark);
this.readyMarks[mark] = true;

@@ -26,0 +27,0 @@ this.ready = Object.values(this.readyMarks).every((x) => !!x);

8

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

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

"base64-url": "^2.3.3",
"bn.js": "5.1.3",
"bn.js": "5.2.0",
"lodash": "^4.17.21",

@@ -24,3 +24,3 @@ "multibase": "^3.1.1",

"resolutions": {
"bn.js": "5.1.3",
"bn.js": "5.2.0",
"elliptic": "6.5.3"

@@ -61,3 +61,3 @@ },

},
"gitHead": "5c54f989b59ae05f08ac1ebe7a4b18ae12142d45"
"gitHead": "dc0693093e5acd9017e1b78a7e523b986d64b7be"
}
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