@stdlib/fs-write-file
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -23,3 +23,3 @@ /** | ||
var writeFile = require( 'fs' ).writeFileSync; // eslint-disable-line no-sync | ||
var writeFile = require( 'fs' ).writeFileSync; // eslint-disable-line node/no-sync | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "@stdlib/fs-write-file", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Write data to a file.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -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] --> | ||
@@ -192,2 +192,4 @@ > Write data to a file. | ||
<!-- CLI usage documentation. --> | ||
<section class="usage"> | ||
@@ -241,3 +243,20 @@ | ||
<!-- 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/fs/exists`][@stdlib/fs/exists]</span><span class="delimiter">: </span><span class="description">test whether a path exists on the filesystem.</span> | ||
- <span class="package-name">[`@stdlib/fs/read-file`][@stdlib/fs/read-file]</span><span class="delimiter">: </span><span class="description">read the entire contents of a file.</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" > | ||
@@ -266,3 +285,3 @@ | ||
Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -286,5 +305,16 @@ </section> | ||
<!-- | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/fs-write-file.svg | ||
[dependencies-url]: https://david-dm.org/stdlib-js/fs-write-file/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/fs-write-file/tree/deno | ||
[umd-url]: https://github.com/stdlib-js/fs-write-file/tree/umd | ||
[esm-url]: https://github.com/stdlib-js/fs-write-file/tree/esm | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -305,4 +335,12 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
<!-- <related-links> --> | ||
[@stdlib/fs/exists]: https://www.npmjs.com/package/@stdlib/fs-exists | ||
[@stdlib/fs/read-file]: https://www.npmjs.com/package/@stdlib/fs-read-file | ||
<!-- </related-links> --> | ||
</section> | ||
<!-- /.links --> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56746
341