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

@tableland/local

Package Overview
Dependencies
Maintainers
5
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tableland/local - npm Package Compare versions

Comparing version 3.0.0-pre.2 to 3.0.0

./dist/cjs/main.js

2

dist/cjs/up.js

@@ -7,4 +7,6 @@ #!/usr/bin/env node

Object.defineProperty(exports, "__esModule", { value: true });
// eslint-disable-next-line
// @ts-ignore
const yargs_1 = __importDefault(require("yargs/yargs"));
// eslint-disable-next-line
// @ts-ignore

@@ -11,0 +13,0 @@ const helpers_1 = require("yargs/helpers");

1

dist/cjs/util.d.ts
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { EventEmitter } from "node:events";

@@ -5,0 +4,0 @@ import { type ChildProcess, type SpawnSyncReturns } from "node:child_process";

@@ -416,4 +416,4 @@ "use strict";

return wallet.connect(new ethers_1.JsonRpcProvider(`http://127.0.0.1:${port}`, network, {
staticNetwork: true, // Reduce `eth_chainId` calls
batchStallTime: 0, // Don't batch requests, send them immediately
staticNetwork: true,
batchStallTime: 0,
cacheTimeout: -1, // Don't cache

@@ -420,0 +420,0 @@ }));

#!/usr/bin/env node
// eslint-disable-next-line
// @ts-ignore
import yargs from "yargs/yargs";
// eslint-disable-next-line
// @ts-ignore

@@ -5,0 +7,0 @@ import { hideBin } from "yargs/helpers";

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { EventEmitter } from "node:events";

@@ -5,0 +4,0 @@ import { type ChildProcess, type SpawnSyncReturns } from "node:child_process";

@@ -374,4 +374,4 @@ import { Socket } from "net";

return wallet.connect(new JsonRpcProvider(`http://127.0.0.1:${port}`, network, {
staticNetwork: true, // Reduce `eth_chainId` calls
batchStallTime: 0, // Don't batch requests, send them immediately
staticNetwork: true,
batchStallTime: 0,
cacheTimeout: -1, // Don't cache

@@ -378,0 +378,0 @@ }));

{
"name": "@tableland/local",
"version": "3.0.0-pre.2",
"version": "3.0.0",
"description": "Tooling to start a sandboxed Tableland network.",

@@ -68,3 +68,3 @@ "repository": {

"dependencies": {
"@tableland/sdk": "^7.0.0-pre.1",
"@tableland/sdk": "^7.0.0",
"@tableland/validator": "^1.10.2",

@@ -76,9 +76,5 @@ "cross-spawn": "^7.0.3",

"shelljs": "^0.8.5",
"typescript": "^5.4.5",
"yargs": "^17.7.2"
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/shelljs": "^0.8.15"
}
"gitHead": "c1d3b2a567d4534f5bf976c072e37feb9d370e3b"
}

@@ -1,7 +0,6 @@

// NOTE: this file is only included in the build if compiling to esm
import { dirname } from "node:path";
import { fileURLToPath } from "node:url";
// NOTE: this file is only for tests
import { join } from "node:path";
export const getDirname = function (): string {
return dirname(fileURLToPath(import.meta.url));
return join(process.cwd(), "dist", "esm");
};
#!/usr/bin/env node
// eslint-disable-next-line
// @ts-ignore
import yargs from "yargs/yargs";
// eslint-disable-next-line
// @ts-ignore

@@ -6,0 +8,0 @@ import { hideBin } from "yargs/helpers";

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

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