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

@0xsequence/indexer

Package Overview
Dependencies
Maintainers
0
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/indexer - npm Package Compare versions

Comparing version 1.10.11 to 1.10.12

2

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

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

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

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

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

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

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

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

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

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

{
"name": "@0xsequence/indexer",
"version": "1.10.11",
"version": "1.10.12",
"description": "indexer sub-package for Sequence",

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

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

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

@@ -8,0 +8,0 @@ export class SequenceIndexer extends IndexerRpc {

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