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

postgrade

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgrade - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

libs/postgrade/index.js

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

});
fs_1.default.writeFileSync(path_1.default.join(volume, opts.setup.app, "setup.json"), JSON.stringify(override, null, 2));
fs_1.default.writeFileSync(path_1.default.join(destination, "setup.json"), JSON.stringify(override, null, 2));
axios_1.default.post(`${origin}/api/admin/setup/${(_d = opts === null || opts === void 0 ? void 0 : opts.setup) === null || _d === void 0 ? void 0 : _d.app}`, opts).then(response => {

@@ -33,0 +33,0 @@ var _a, _b;

@@ -86,3 +86,3 @@ import { DatabaseSetup, Grant, HBA} from "kitres/src/core/database/instance";

fs.writeFileSync( Path.join( volume, opts.setup.app, "setup.json" ), JSON.stringify( override, null, 2 ) );
fs.writeFileSync( Path.join( destination, "setup.json" ), JSON.stringify( override, null, 2 ) );

@@ -89,0 +89,0 @@ axios.post( `${ origin }/api/admin/setup/${ opts?.setup?.app }`, opts ).then( response => {

{
"name": "postgrade",
"version": "1.0.13",
"version": "1.0.14",
"main": "libs/postgrade/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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