New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rainbow-swap-sdk

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow-swap-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

12

CHANGELOG.md

@@ -1,7 +0,11 @@

# Changelog
### Changelog
## [Unreleased]
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
### Added
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Keep-a-changelog plugin added.
#### 1.1.0
- automate versioning and package publishing added [`6b7c5ba`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/6b7c5ba670273263292c802f0e2b22960ca504cd)
- eslint_prettier setup [`59be45d`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/59be45d17c41c45f063fc12babae9e3e20f20750)
- npm release automation [`aed7ade`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/aed7ade52ffdcd338f524c914598ac634c48e77b)
export { DexTypeEnum } from './enums/dex-type.enum';
export { RouteDirectionEnum } from './enums/route-direction.enum';
export { SwapRouteType } from './enums/swap-route-type.enum';
export type { Asset } from './types/asset.type';
export type { CalculatedSwapRoute } from './types/calculated-swap-route.type';
export { getAssetsRecord, getBestRoute } from './utils/api.utils';
export { getSwapMessages, getRainbowWalletActivationMessages } from './utils/message.utils';
export { getIsRainbowWalletActive, getIsActivationRequired } from './utils/rainbow-wallet.utils';
{
"name": "rainbow-swap-sdk",
"version": "1.0.2",
"version": "1.1.0",
"description": "An SDK for building applications on top of Rainbow Swap",

@@ -16,3 +16,3 @@ "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",

"build": "tsc",
"release": "yarn build && release-it"
"release": "release-it minor"
},

@@ -27,5 +27,5 @@ "dependencies": {

"devDependencies": {
"@release-it/keep-a-changelog": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.57.0",

@@ -32,0 +32,0 @@ "eslint-config-prettier": "^9.1.0",

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