co-fs-extra
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "co-fs-extra", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "fs-extra for 'co'", | ||
@@ -28,4 +28,4 @@ "author": { | ||
"fs-extra": "~0.12.0", | ||
"thunkify-wrap": "~1.0.2" | ||
"thunkify-wrap": "~1.0.4" | ||
} | ||
} |
@@ -23,3 +23,3 @@ [![NPM](https://nodei.co/npm/co-fs-extra.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/co-fs-extra/) | ||
var json = yield fs.readFile('package.json', 'utf8') | ||
var file = yield fs.ensureFile('htllo.txt') | ||
var file = yield fs.ensureFile('hello.txt') | ||
``` | ||
@@ -26,0 +26,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
Updatedthunkify-wrap@~1.0.4