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

@farcaster/frame-core

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@farcaster/frame-core - npm Package Compare versions

Comparing version

to
0.0.27

dist/actions/Swap.d.ts

2

dist/actions/index.d.ts
export * as AddFrame from './AddFrame';
export * as ViewProfile from './ViewProfile';
export * as ViewToken from './ViewToken';
export * as SignIn from './SignIn';
export * as Swap from './Swap';

4

dist/actions/index.js

@@ -36,5 +36,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.SignIn = exports.ViewProfile = exports.AddFrame = void 0;
exports.Swap = exports.SignIn = exports.ViewToken = exports.ViewProfile = exports.AddFrame = void 0;
exports.AddFrame = __importStar(require("./AddFrame"));
exports.ViewProfile = __importStar(require("./ViewProfile"));
exports.ViewToken = __importStar(require("./ViewToken"));
exports.SignIn = __importStar(require("./SignIn"));
exports.Swap = __importStar(require("./Swap"));
import type { Address, Provider, RpcRequest, RpcResponse, RpcSchema } from 'ox';
import type { AddFrame, SignIn, ViewProfile } from './actions';
import type { AddFrame, SignIn, Swap, ViewProfile, ViewToken } from './actions';
import type { FrameContext } from './context';

@@ -51,2 +51,4 @@ import type { EventFrameAdded, EventFrameRemoved, EventNotificationsDisabled, EventNotificationsEnabled } from './schemas';

viewProfile: ViewProfile.ViewProfile;
viewToken: ViewToken.ViewToken;
swap: Swap.Swap;
};

@@ -69,2 +71,4 @@ export type FrameHost = {

viewProfile: ViewProfile.ViewProfile;
viewToken: ViewToken.ViewToken;
swap: Swap.Swap;
};

@@ -71,0 +75,0 @@ export type FrameEthProviderEventData = {

export * as AddFrame from './AddFrame';
export * as ViewProfile from './ViewProfile';
export * as ViewToken from './ViewToken';
export * as SignIn from './SignIn';
export * as Swap from './Swap';
export * as AddFrame from './AddFrame';
export * as ViewProfile from './ViewProfile';
export * as ViewToken from './ViewToken';
export * as SignIn from './SignIn';
export * as Swap from './Swap';
import type { Address, Provider, RpcRequest, RpcResponse, RpcSchema } from 'ox';
import type { AddFrame, SignIn, ViewProfile } from './actions';
import type { AddFrame, SignIn, Swap, ViewProfile, ViewToken } from './actions';
import type { FrameContext } from './context';

@@ -51,2 +51,4 @@ import type { EventFrameAdded, EventFrameRemoved, EventNotificationsDisabled, EventNotificationsEnabled } from './schemas';

viewProfile: ViewProfile.ViewProfile;
viewToken: ViewToken.ViewToken;
swap: Swap.Swap;
};

@@ -69,2 +71,4 @@ export type FrameHost = {

viewProfile: ViewProfile.ViewProfile;
viewToken: ViewToken.ViewToken;
swap: Swap.Swap;
};

@@ -71,0 +75,0 @@ export type FrameEthProviderEventData = {

{
"name": "@farcaster/frame-core",
"version": "0.0.26",
"version": "0.0.27",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

export * as AddFrame from './AddFrame'
export * as ViewProfile from './ViewProfile'
export * as ViewToken from './ViewToken'
export * as SignIn from './SignIn'
export * as Swap from './Swap'
import type { Address, Provider, RpcRequest, RpcResponse, RpcSchema } from 'ox'
import type { AddFrame, SignIn, ViewProfile } from './actions'
import type { AddFrame, SignIn, Swap, ViewProfile, ViewToken } from './actions'
import type { FrameContext } from './context'

@@ -67,2 +67,4 @@ import type {

viewProfile: ViewProfile.ViewProfile
viewToken: ViewToken.ViewToken
swap: Swap.Swap
}

@@ -86,2 +88,4 @@

viewProfile: ViewProfile.ViewProfile
viewToken: ViewToken.ViewToken
swap: Swap.Swap
}

@@ -88,0 +92,0 @@

Sorry, the diff of this file is not supported yet