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

@bancor/carbon-sdk

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bancor/carbon-sdk - npm Package Compare versions

Comparing version 0.0.15-DEV to 0.0.16-DEV

.github/dependabot.yml

26

package.json
{
"name": "@bancor/carbon-sdk",
"version": "0.0.15-DEV",
"type": "module",
"source": "src/index.ts",
"version": "0.0.16-DEV",
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades",
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.js",
"files": [
"lib/**/*"
],
"main": "./dist/sdk.umd.js",
"module": "./dist/sdk.module.mjs",
"exports": "./dist/sdk.modern.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf ./lib",
"compile-abis": "typechain --target ethers-v5 --out-dir 'src/abis/types' 'src/abis/**/*.json'",
"prebuild": "yarn compile-abis",
"build": "yarn clean && yarn tsc -p ./configs/tsconfig.cjs.json",
"test": "mocha",
"prepack": "yarn build"
"build": "microbundle src/index.ts",
"dev": "microbundle watch",
"test": "mocha"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {

@@ -54,2 +49,3 @@ "access": "public"

"chai": "^4.3.7",
"microbundle": "^0.15.1",
"mocha": "^10.1.0",

@@ -56,0 +52,0 @@ "proxyquire": "^2.1.3",

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