Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hirosystems/api-toolkit

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirosystems/api-toolkit - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

dist/postgres/migrations.js

@@ -83,3 +83,3 @@ "use strict";

WHERE s.nspname = ${sql.options.connection.search_path}
${ignoreMigrationTables ? sql `AND c.relname NOT LIKE '${tableName}%'` : sql ``}
${ignoreMigrationTables ? sql `AND c.relname NOT LIKE ${tableName}::text || '%'` : sql ``}
`;

@@ -86,0 +86,0 @@ return result.count > 0 && result[0].count > 0;

{
"name": "@hirosystems/api-toolkit",
"version": "1.3.2",
"version": "1.3.3",
"description": "API development toolkit",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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