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

@seamapi/nextlove-sdk-generator

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/nextlove-sdk-generator - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

2

lib/generate-python-sdk/templates/token.py.template.js

@@ -13,3 +13,3 @@ export default () => `TOKEN_PREFIX = "seam_"

def is_access_token(token: str) -> bool:
ACCESS_TOKEN_PREFIX)
return token.startswith(ACCESS_TOKEN_PREFIX)

@@ -16,0 +16,0 @@

{
"name": "@seamapi/nextlove-sdk-generator",
"version": "1.10.4",
"version": "1.10.5",
"description": "Utilities for building NextLove SDK Generators",

@@ -5,0 +5,0 @@ "type": "module",

@@ -13,3 +13,3 @@ export default () => `TOKEN_PREFIX = "seam_"

def is_access_token(token: str) -> bool:
ACCESS_TOKEN_PREFIX)
return token.startswith(ACCESS_TOKEN_PREFIX)

@@ -16,0 +16,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