Socket
Socket
Sign inDemoInstall

near-api-js

Package Overview
Dependencies
Maintainers
9
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

near-api-js - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

lib/transaction.d.ts

@@ -1,2 +0,2 @@

export { stringifyJsonOrBytes, Action, AccessKey, AccessKeyPermission, AddKey, CreateAccount, DeleteAccount, DeleteKey, DeployContract, FullAccessPermission, FunctionCall, FunctionCallPermission, Stake, Transfer, SCHEMA, createTransaction, signTransaction, Signature, SignedTransaction, Transaction, } from '@near-js/transactions';
export { stringifyJsonOrBytes, Action, AccessKey, AccessKeyPermission, AddKey, CreateAccount, DeleteAccount, DeleteKey, DeployContract, FullAccessPermission, FunctionCall, FunctionCallPermission, Stake, Transfer, SCHEMA, createTransaction, signTransaction, Signature, SignedTransaction, Transaction, encodeSignedDelegate, encodeDelegateAction, } from '@near-js/transactions';
import { PublicKey } from '@near-js/crypto';

@@ -3,0 +3,0 @@ import { AccessKey, stringifyJsonOrBytes } from '@near-js/transactions';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transfer = exports.stake = exports.functionCallAccessKey = exports.functionCall = exports.fullAccessKey = exports.deployContract = exports.deleteKey = exports.deleteAccount = exports.createAccount = exports.addKey = exports.Transaction = exports.SignedTransaction = exports.Signature = exports.signTransaction = exports.createTransaction = exports.SCHEMA = exports.Transfer = exports.Stake = exports.FunctionCallPermission = exports.FunctionCall = exports.FullAccessPermission = exports.DeployContract = exports.DeleteKey = exports.DeleteAccount = exports.CreateAccount = exports.AddKey = exports.AccessKeyPermission = exports.AccessKey = exports.Action = exports.stringifyJsonOrBytes = void 0;
exports.transfer = exports.stake = exports.functionCallAccessKey = exports.functionCall = exports.fullAccessKey = exports.deployContract = exports.deleteKey = exports.deleteAccount = exports.createAccount = exports.addKey = exports.encodeDelegateAction = exports.encodeSignedDelegate = exports.Transaction = exports.SignedTransaction = exports.Signature = exports.signTransaction = exports.createTransaction = exports.SCHEMA = exports.Transfer = exports.Stake = exports.FunctionCallPermission = exports.FunctionCall = exports.FullAccessPermission = exports.DeployContract = exports.DeleteKey = exports.DeleteAccount = exports.CreateAccount = exports.AddKey = exports.AccessKeyPermission = exports.AccessKey = exports.Action = exports.stringifyJsonOrBytes = void 0;
var transactions_1 = require("@near-js/transactions");

@@ -25,2 +25,4 @@ Object.defineProperty(exports, "stringifyJsonOrBytes", { enumerable: true, get: function () { return transactions_1.stringifyJsonOrBytes; } });

Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return transactions_1.Transaction; } });
Object.defineProperty(exports, "encodeSignedDelegate", { enumerable: true, get: function () { return transactions_1.encodeSignedDelegate; } });
Object.defineProperty(exports, "encodeDelegateAction", { enumerable: true, get: function () { return transactions_1.encodeDelegateAction; } });
const transactions_2 = require("@near-js/transactions");

@@ -27,0 +29,0 @@ const addKey = (publicKey, accessKey) => transactions_2.actionCreators.addKey(publicKey, accessKey);

{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "2.1.2",
"version": "2.1.3",
"repository": {

@@ -24,3 +24,3 @@ "type": "git",

"tweetnacl": "^1.0.1",
"@near-js/accounts": "0.1.2",
"@near-js/accounts": "0.1.3",
"@near-js/crypto": "0.0.4",

@@ -30,8 +30,8 @@ "@near-js/keystores": "0.0.4",

"@near-js/keystores-node": "0.0.4",
"@near-js/providers": "0.0.5",
"@near-js/providers": "0.0.6",
"@near-js/signers": "0.0.4",
"@near-js/transactions": "0.1.1",
"@near-js/transactions": "0.2.0",
"@near-js/types": "0.0.4",
"@near-js/utils": "0.0.4",
"@near-js/wallet-account": "0.0.5"
"@near-js/wallet-account": "0.0.6"
},

@@ -38,0 +38,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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