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

@tableland/sdk

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tableland/sdk - npm Package Compare versions

Comparing version 4.0.0-pre.3 to 4.0.0-pre.4

1

dist/cjs/registry/create.js

@@ -12,2 +12,3 @@ "use strict";

const { prefix, name: tableName } = await (0, parser_js_1.validateTableName)(`${first}_${chainId}`, true);
statement = statement.trim();
const stmt = statement.replace(firstSearch, function (_, create, name, schema) {

@@ -14,0 +15,0 @@ const newName = name.replace(secondSearch, function (sub, ...args) {

@@ -9,2 +9,3 @@ import { validateTableName } from "../helpers/parser.js";

const { prefix, name: tableName } = await validateTableName(`${first}_${chainId}`, true);
statement = statement.trim();
const stmt = statement.replace(firstSearch, function (_, create, name, schema) {

@@ -11,0 +12,0 @@ const newName = name.replace(secondSearch, function (sub, ...args) {

4

package.json
{
"name": "@tableland/sdk",
"version": "4.0.0-pre.3",
"version": "4.0.0-pre.4",
"description": "A database client and helpers for the Tableland network",

@@ -94,3 +94,3 @@ "publishConfig": {

"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"eslint-plugin-import": "^2.26.0",

@@ -97,0 +97,0 @@ "eslint-plugin-n": "^15.6.0",

@@ -28,2 +28,3 @@ import { type SignerConfig } from "../helpers/config.js";

);
statement = statement.trim();
const stmt = statement.replace(

@@ -30,0 +31,0 @@ firstSearch,

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