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

@platformatic/client

Package Overview
Dependencies
Maintainers
6
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/client - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

9

index.js

@@ -25,3 +25,10 @@ 'use strict'

}
operationId = method.toLowerCase() + stringToUpdate.split(/[/-]+/).map(capitalize).join('')
operationId =
method.toLowerCase() +
stringToUpdate
.split(/[/-]+/)
.map((token) => {
const sanitized = token.replace(/[^a-zA-z0-9]/, '')
return capitalize(sanitized)
}).join('')
} else {

@@ -28,0 +35,0 @@ let count = 0

4

package.json
{
"name": "@platformatic/client",
"version": "1.6.1",
"version": "1.7.0",
"description": "A client for all platformatic backends",

@@ -27,3 +27,3 @@ "main": "index.js",

"typescript": "^5.2.2",
"@platformatic/telemetry": "1.6.1"
"@platformatic/telemetry": "1.7.0"
},

@@ -30,0 +30,0 @@ "dependencies": {

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