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

@nftperp/sdk

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftperp/sdk - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.eslintrc

9

package.json
{
"name": "@nftperp/sdk",
"version": "2.0.1",
"version": "2.0.2",
"description": "SDK for nftperp protocol",
"main": "dist/sdk.js",
"types": "dist/sdk.d.ts",
"main": "sdk.js",
"types": "sdk.d.ts",
"scripts": {

@@ -18,5 +18,2 @@ "build": "tsc",

},
"files": [
"dist/"
],
"keywords": [

@@ -23,0 +20,0 @@ "sdk",

@@ -52,3 +52,4 @@ # nftperp sdk ✨

import { ethers } from "ethers";
import { SDK, Instance } from "@nftperp/sdk";
import { SDK } from "@nftperp/sdk";
import { Instance } from "@nftperp/sdk/types";

@@ -73,3 +74,3 @@ /**

```ts
import { Amm, Side } from "@nftperp/sdk";
import { Amm, Side } from "@nftperp/sdk/types";

@@ -76,0 +77,0 @@ const hash = await nftperp.openPosition({

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