Socket
Socket
Sign inDemoInstall

@near-js/transactions

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/transactions - npm Package Compare versions

Comparing version 1.3.0-next.11 to 1.3.0-next.12

2

lib/commonjs/actions.d.ts
import { PublicKey } from '@near-js/crypto';
import { Enum } from '@near-js/types';
import { Enum } from '@near-js/crypto';
import { DelegateAction } from './delegate';

@@ -4,0 +4,0 @@ import { Signature } from './signature';

import { KeyType } from '@near-js/crypto';
import { Enum } from '@near-js/types';
import { Enum } from '@near-js/crypto';
declare class ED25519Signature {

@@ -4,0 +4,0 @@ keyType: KeyType;

import { PublicKey } from '@near-js/crypto';
import { Enum } from '@near-js/types';
import { Enum } from '@near-js/crypto';
import { DelegateAction } from './delegate';

@@ -4,0 +4,0 @@ import { Signature } from './signature';

import { KeyType } from '@near-js/crypto';
import { Enum } from '@near-js/types';
import { Enum } from '@near-js/crypto';
declare class ED25519Signature {

@@ -4,0 +4,0 @@ keyType: KeyType;

{
"name": "@near-js/transactions",
"version": "1.3.0-next.11",
"version": "1.3.0-next.12",
"description": "Functions and data types for transactions on NEAR",

@@ -14,6 +14,6 @@ "main": "./lib/commonjs/index.cjs",

"borsh": "1.0.0",
"@near-js/crypto": "1.4.0-next.11",
"@near-js/signers": "0.2.0-next.11",
"@near-js/types": "1.0.0-next.11",
"@near-js/utils": "1.0.0-next.11"
"@near-js/types": "1.0.0-next.12",
"@near-js/crypto": "1.4.0-next.12",
"@near-js/signers": "0.2.0-next.12",
"@near-js/utils": "1.0.0-next.12"
},

@@ -27,4 +27,4 @@ "devDependencies": {

"build": "0.0.0",
"@near-js/keystores": "0.2.0-next.11",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"@near-js/keystores": "0.2.0-next.12"
},

@@ -40,3 +40,3 @@ "files": [

"build": "pnpm compile:esm && pnpm compile:cjs",
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm",
"compile:esm": "tsc -p tsconfig.json",
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs",

@@ -43,0 +43,0 @@ "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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