🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@starkscan/sdk

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starkscan/sdk - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json
{
"name": "@starkscan/sdk",
"private": false,
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript SDK for the Starkscan Starknet block explorer API.",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -5,4 +5,4 @@ # @starkscan/sdk

Status: public `0.1.0` stable release. The npm `latest` tag points to the real
SDK package. Use the untagged install for normal setup and pin `0.1.0` for
Status: public `0.1.1` stable release. The npm `latest` tag points to the real
SDK package. Use the untagged install for normal setup and pin `0.1.1` for
unattended agents or production services that need reproducible installs.

@@ -19,8 +19,8 @@

```bash
npm install @starkscan/sdk@0.1.0
npm install @starkscan/sdk@0.1.1
```
The `@beta` tag remains a prerelease channel only. Do not use it for unattended
production services unless a maintainer explicitly asks you to test a
prerelease.
Prerelease tags such as `@beta` are maintainer-directed test channels only.
Normal users and agents should use the default package or the exact `0.1.1`
pin above.

@@ -127,3 +127,3 @@ ## First request

- `latest`: default public `0.1.0` release.
- `latest`: default public `0.1.1` release.
- `beta`: prerelease channel for explicit tests only.

@@ -130,0 +130,0 @@ - `alpha`: historical prerelease channel; use only when directed during rollback.