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

@coinbase/cdp-agentkit-core

Package Overview
Dependencies
Maintainers
9
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/cdp-agentkit-core - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

dist/actions/cdp/constants.d.ts

8

dist/actions/cdp/index.js

@@ -29,4 +29,5 @@ "use strict";

Object.defineProperty(exports, "WrapEthAction", { enumerable: true, get: function () { return wrap_eth_1.WrapEthAction; } });
const morpho_1 = require("./defi/morpho");
const pyth_1 = require("./data/pyth");
const wow_1 = require("./defi/wow");
const pyth_1 = require("./data/pyth");
/**

@@ -54,2 +55,5 @@ * Retrieves all CDP action instances.

}
exports.CDP_ACTIONS = getAllCdpActions().concat(wow_1.WOW_ACTIONS).concat(pyth_1.PYTH_ACTIONS);
exports.CDP_ACTIONS = getAllCdpActions()
.concat(morpho_1.MORPHO_ACTIONS)
.concat(pyth_1.PYTH_ACTIONS)
.concat(wow_1.WOW_ACTIONS);

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/coinbase/agentkit",
"version": "0.0.12",
"version": "0.0.13",
"author": "Coinbase Inc.",

@@ -11,5 +11,3 @@ "license": "Apache-2.0",

"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {

@@ -16,0 +14,0 @@ "build": "tsc",

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