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

@stdlib/process-cwd

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/process-cwd - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

7

package.json
{
"name": "@stdlib/process-cwd",
"version": "0.0.7",
"version": "0.0.8",
"description": "Return the current working directory.",

@@ -20,3 +20,6 @@ "license": "Apache-2.0",

"main": "./lib",
"browser": "./lib/polyfill.js",
"browser": {
"./lib": "./lib/polyfill.js",
"process": "process/"
},
"directories": {

@@ -23,0 +26,0 @@ "benchmark": "./benchmark",

@@ -23,3 +23,3 @@ <!--

[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->

@@ -60,3 +60,3 @@ > Return the current working directory.

<section class="notes">
## Notes

@@ -106,2 +106,4 @@

<!-- CLI usage documentation. -->
<section class="usage">

@@ -141,3 +143,19 @@

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
<section class="related">
* * *
## See Also
- <span class="package-name">[`@stdlib/process/chdir`][@stdlib/process/chdir]</span><span class="delimiter">: </span><span class="description">change the current working directory.</span>
</section>
<!-- /.related -->
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
<section class="main-repo" >

@@ -166,3 +184,3 @@

Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].

@@ -186,5 +204,16 @@ </section>

<!--
[dependencies-image]: https://img.shields.io/david/stdlib-js/process-cwd.svg
[dependencies-url]: https://david-dm.org/stdlib-js/process-cwd/main
-->
[umd]: https://github.com/umdjs/umd
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
[deno-url]: https://github.com/stdlib-js/process-cwd/tree/deno
[umd-url]: https://github.com/stdlib-js/process-cwd/tree/umd
[esm-url]: https://github.com/stdlib-js/process-cwd/tree/esm
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg

@@ -199,4 +228,10 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/

<!-- <related-links> -->
[@stdlib/process/chdir]: https://www.npmjs.com/package/@stdlib/process-chdir
<!-- </related-links> -->
</section>
<!-- /.links -->

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