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

@fathym-deno/common

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fathym-deno/common - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34-eac

5

esm/src/utils/path.js

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

/**
* Determine if a path exists.
* @param path The path to check for existence.
* @returns If the path exists.
*/
import * as dntShim from "../../_dnt.shims.js";

@@ -2,0 +7,0 @@ export async function exists(path) {

2

package.json

@@ -5,3 +5,3 @@ {

"name": "@fathym-deno/common",
"version": "0.0.33",
"version": "0.0.34-eac",
"description": "Fathym's ES6 based common library.",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -27,2 +27,7 @@ "use strict";

exports.exists = void 0;
/**
* Determine if a path exists.
* @param path The path to check for existence.
* @returns If the path exists.
*/
const dntShim = __importStar(require("../../_dnt.shims.js"));

@@ -29,0 +34,0 @@ async function exists(path) {

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