@0xsequence/api
Advanced tools
Comparing version
{ | ||
"name": "@0xsequence/api", | ||
"version": "0.0.0-20250520201059", | ||
"version": "0.0.0-20250529132337", | ||
"description": "api sub-package for Sequence", | ||
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api", | ||
"author": "Sequence Platforms Inc.", | ||
"source": "src/index.ts", | ||
"main": "dist/0xsequence-api.cjs.js", | ||
"module": "dist/0xsequence-api.esm.js", | ||
"author": "Horizon Blockchain Games", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./src/index.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "^22.13.9", | ||
"typescript": "^5.7.3", | ||
"@repo/typescript-config": "^0.0.0-20250520201059" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc --watch", | ||
"test": "echo", | ||
@@ -29,0 +20,0 @@ "typecheck": "tsc --noEmit" |
@@ -1,3 +0,4 @@ | ||
# @0xsequence/api | ||
@0xsequence/api | ||
=============== | ||
See [0xsequence project page](https://github.com/0xsequence/sequence.js). |
@@ -9,3 +9,3 @@ export * from './api.gen' | ||
public projectAccessKey?: string, | ||
public jwtAuth?: string, | ||
public jwtAuth?: string | ||
) { | ||
@@ -12,0 +12,0 @@ super(hostname.endsWith('/') ? hostname.slice(0, -1) : hostname, fetch) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
362967
13.96%0
-100%9899
51.85%5
25%12
-14.29%2
100%