Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arianee/utils

Package Overview
Dependencies
Maintainers
9
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arianee/utils - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

4

package.json
{
"name": "@arianee/utils",
"version": "1.13.0",
"version": "1.14.0",
"type": "commonjs",

@@ -11,3 +11,3 @@ "dependencies": {

"peerDependencies": {
"@arianee/common-types": "1.13.0",
"@arianee/common-types": "1.14.0",
"tslib": "2.5.0"

@@ -14,0 +14,0 @@ },

@@ -46,4 +46,4 @@ "use strict";

return {
name: decoded === null || decoded === void 0 ? void 0 : decoded.fragment.inputs[argIndex].name,
type: decoded === null || decoded === void 0 ? void 0 : decoded.fragment.inputs[argIndex].type,
name: decoded.fragment.inputs[argIndex].name,
type: decoded.fragment.inputs[argIndex].type,
value: argValue,

@@ -50,0 +50,0 @@ };

Sorry, the diff of this file is not supported yet

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