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
6
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.7.4 to 1.7.5

4

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

@@ -5,3 +5,3 @@ export default () => `import os

import requests
import pkg_resources
from importlib.metadata import version
from typing import Optional, cast

@@ -78,3 +78,3 @@ from .types import AbstractSeam, SeamApiException

url = self.api_url + path
sdk_version = pkg_resources.get_distribution("seam").version
sdk_version = version("seam")
headers = {

@@ -81,0 +81,0 @@ "Authorization": "Bearer " + self.api_key,

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

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

@@ -5,3 +5,3 @@ export default () => `import os

import requests
import pkg_resources
from importlib.metadata import version
from typing import Optional, cast

@@ -78,3 +78,3 @@ from .types import AbstractSeam, SeamApiException

url = self.api_url + path
sdk_version = pkg_resources.get_distribution("seam").version
sdk_version = version("seam")
headers = {

@@ -81,0 +81,0 @@ "Authorization": "Bearer " + self.api_key,

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