New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

corifeus-utils

Package Overview
Dependencies
Maintainers
1
Versions
482
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corifeus-utils - npm Package Compare versions

Comparing version 1.1.494-150 to 1.1.500-156

10

package.json
{
"name": "corifeus-utils",
"version": "1.1.494-150",
"version": "1.1.500-156",
"corifeus": {

@@ -8,3 +8,3 @@ "icon": "fa fa-lightbulb-o",

"publish": true,
"nodejs": "v8.4.0"
"nodejs": "v8.5.0"
},

@@ -37,10 +37,10 @@ "description": "Corifeus Utils - Memory",

"devDependencies": {
"corifeus-builder": "^1.7.810-131"
"corifeus-builder": "^1.7.815-134"
},
"dependencies": {
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"ms": "^2.0.0",
"mz": "^2.6.0",
"mz": "^2.7.0",
"timestring": "^5.0.0"

@@ -47,0 +47,0 @@ },

@@ -19,3 +19,3 @@ [//]: #@corifeus-header

```
v8.4.0
v8.5.0
```

@@ -94,3 +94,3 @@

[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.494-150
[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.500-156

@@ -97,0 +97,0 @@ [Corifeus](http://www.corifeus.com) by [Patrik Laszlo](http://patrikx3.com)

@@ -18,5 +18,5 @@ const fs = require('fs');

const ensureFile = async(file, defaultData = '') => {
const ensureFile = async(file, defaultData = '', alwaysWrite = false) => {
const exists = await mz.fs.exists(file);
if (exists) {
if (exists && !alwaysWrite) {
return true;

@@ -23,0 +23,0 @@ }

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