Socket
Socket
Sign inDemoInstall

@0xsequence/api

Package Overview
Dependencies
Maintainers
6
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/api - npm Package Compare versions

Comparing version 0.0.0-20240718140827 to 0.0.0-20240807210827

2

dist/0xsequence-api.cjs.dev.js

@@ -854,3 +854,3 @@ 'use strict';

const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;
class SequenceAPIClient extends API {

@@ -857,0 +857,0 @@ constructor(hostname, projectAccessKey, jwtAuth) {

@@ -854,3 +854,3 @@ 'use strict';

const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;
class SequenceAPIClient extends API {

@@ -857,0 +857,0 @@ constructor(hostname, projectAccessKey, jwtAuth) {

@@ -850,3 +850,3 @@ function _extends() {

const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;
class SequenceAPIClient extends API {

@@ -853,0 +853,0 @@ constructor(hostname, projectAccessKey, jwtAuth) {

{
"name": "@0xsequence/api",
"version": "0.0.0-20240718140827",
"version": "0.0.0-20240807210827",
"description": "api sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",

@@ -5,3 +5,3 @@ export * from './api.gen'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

@@ -8,0 +8,0 @@ export class SequenceAPIClient extends ApiRpc {

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