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

@meteorwallet/utils

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteorwallet/utils - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

9

package.json
{
"name": "@meteorwallet/utils",
"version": "0.13.0",
"version": "0.14.0",
"description": "Utility functions used in Meteor Wallet",

@@ -17,3 +17,4 @@ "files": [

"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js"
"import": "./dist/esm/index.js",
"require": "./dist/esm/index.js"
},

@@ -25,2 +26,6 @@ "./*": {

"default": "./dist/esm/*"
},
"require": {
"types": "./dist/esm/*.d.ts",
"default": "./dist/esm/*"
}

@@ -27,0 +32,0 @@ }

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