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

@cuenca-mx/cuenca-js

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cuenca-mx/cuenca-js - npm Package Compare versions

Comparing version 0.0.1-dev.7 to 0.0.1-dev.8

29

package.json
{
"name": "@cuenca-mx/cuenca-js",
"version": "0.0.1-dev.7",
"version": "0.0.1-dev.8",
"description": "Cuenca client for JS",

@@ -12,7 +12,22 @@ "main": "./build/index.js",

"exports": {
".": "./build/index.mjs",
"./errors": "./build/errors/index.mjs",
"./jwt": "./build/jwt/index.mjs",
"./requests": "./build/requests/index.mjs",
"./types": "./build/types/index.mjs"
".": [
"./build/index.mjs",
"./build/index.js"
],
"./errors": [
"./build/errors/index.mjs",
"./build/errors/index.js"
],
"./jwt": [
"./build/jwt/index.mjs",
"./build/jwt/index.js"
],
"./requests": [
"./build/requests/index.mjs",
"./build/requests/index.js"
],
"./types": [
"./build/types/index.mjs",
"./build/types/index.js"
]
},

@@ -42,4 +57,2 @@ "packageManager": "yarn@3.0.2",

"@rollup/plugin-node-resolve": "^13.1.1",
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"jest": "^27.4.5",

@@ -46,0 +59,0 @@ "rollup": "^2.61.1",

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