Socket
Socket
Sign inDemoInstall

@automatons/tools

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automatons/tools - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/utils/fetch.js

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

? await node_fetch_1.default(urlJoin(openapiPath, url)).then(res => res.text())
: fs_extra_1.readFile(path_1.resolve(path_1.dirname(openapiPath), url), { encoding: 'utf-8' })
: fs_extra_1.readFile(path_1.resolve(path_1.extname(openapiPath) ? path_1.dirname(openapiPath) : openapiPath, url), { encoding: 'utf-8' })
: fs_extra_1.readFile(path_1.resolve(url), { encoding: 'utf-8' })), url);

@@ -20,0 +20,0 @@ const urlJoin = (base, path) => {

{
"name": "@automatons/tools",
"version": "1.0.3",
"version": "1.0.4",
"repository": "git@github.com:tanmen/openapi-automatons.git",

@@ -40,3 +40,3 @@ "author": "tanmen <yt.prog@gmail.com>",

},
"gitHead": "69e722f7e53ab3b5939633a752f32d2d90b793d7"
"gitHead": "74c4261b3d170c9fe5249aa67aeb824358ad2f0f"
}

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