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

nearlib

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nearlib - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

browser.js

4

index.js

@@ -10,7 +10,7 @@ const Near = require('./near');

const WalletAccount = require('./wallet-account');
const UnencryptedFileSystemKeyStore = require('./signing/unencrypted_file_system_keystore');
// const UnencryptedFileSystemKeyStore = require('./signing/unencrypted_file_system_keystore');
const dev = require('./dev');
module.exports = { Near, NearClient, Account, SimpleKeyStoreSigner, InMemoryKeyStore, BrowserLocalStorageKeystore, UnencryptedFileSystemKeyStore, LocalNodeConnection, KeyPair, WalletAccount, dev };
module.exports = { Near, NearClient, Account, SimpleKeyStoreSigner, InMemoryKeyStore, BrowserLocalStorageKeystore, LocalNodeConnection, KeyPair, WalletAccount, dev };
{
"name": "nearlib",
"description": "Javascript library to interact with near blockchain",
"version": "0.5.0",
"version": "0.5.1",
"repository": {

@@ -11,2 +11,3 @@ "type": "git",

"main": "index.js",
"browser": "browser.js",
"dependencies": {

@@ -13,0 +14,0 @@ "bs58": "^4.0.1",

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