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

@clockwork-xyz/sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clockwork-xyz/sdk - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

17

lib/models/Trigger.d.ts

@@ -19,2 +19,13 @@ import { BN } from "@coral-xyz/anchor";

};
type Timestamp = {
unix_ts: BN;
};
type Pyth = {
price_feed: PublicKey;
equality: Equality;
limit: BN;
};
type GreaterThanOrEqual = {};
type LessThanOrEqual = {};
type Equality = GreaterThanOrEqual | LessThanOrEqual;
type Trigger = Account | Cron | Now | Slot | Epoch;

@@ -31,3 +42,7 @@ type TriggerInput = {

epoch: Epoch;
} | {
timestamp: Timestamp;
} | {
pyth: Pyth;
};
export { Trigger, TriggerInput, Account, Cron, Now, Slot, Epoch };
export { Trigger, TriggerInput, Account, Cron, Now, Slot, Epoch, Timestamp, Pyth, GreaterThanOrEqual, LessThanOrEqual, Equality };

2

package.json
{
"name": "@clockwork-xyz/sdk",
"author": "Clockwork",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clockwork Typescript SDK",

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

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