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

safefs

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safefs - npm Package Compare versions

Comparing version 4.2.0 to 5.0.0-next.1573587875.b7585a0222f45d7da1de03afe82a62e8feaadde7

5

HISTORY.md
# History
## v5.0.0 2019 November 13
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.12` to `node: >=8` to keep up with mandatory ecosystem changes
## v4.2.0 2019 November 13

@@ -4,0 +9,0 @@

56

package.json
{
"title": "Safe FS",
"name": "safefs",
"version": "4.2.0",
"version": "5.0.0-next.1573587875.b7585a0222f45d7da1de03afe82a62e8feaadde7",
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.",

@@ -66,3 +66,3 @@ "homepage": "https://github.com/bevry/safefs",

"engines": {
"node": ">=0.12"
"node": ">=8"
},

@@ -80,31 +80,13 @@ "editions": [

"engines": {
"node": "6 || 8 || 10 || 12 || 13",
"node": "8 || 10 || 12",
"browsers": false
}
},
{
"description": "esnext compiled for node.js 0.12 with require for modules",
"directory": "edition-node-0.12",
"entry": "index.js",
"tags": [
"javascript",
"require"
],
"engines": {
"node": "0.12 || 4 || 6 || 8 || 10 || 12 || 13",
"browsers": false
}
}
],
"main": "index.js",
"main": "source/index.js",
"dependencies": {
"editions": "^2.2.0",
"graceful-fs": "^4.2.3"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"assert-helpers": "4.10.0",
"assert-helpers": "^5.2.1",
"eslint": "^6.6.0",

@@ -118,3 +100,3 @@ "eslint-config-bevry": "^1.2.1",

"projectz": "^1.9.0",
"rimraf": "2.7.1",
"rimraf": "3.0.0",
"valid-directory": "^1.0.0"

@@ -124,4 +106,3 @@ },

"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-node-0.12",
"our:compile:edition-node-0.12": "env BABEL_ENV=edition-node-0.12 babel --out-dir ./edition-node-0.12 ./source",
"our:compile": "echo no need for this project",
"our:deploy": "echo no need for this project",

@@ -143,3 +124,3 @@ "our:meta": "npm run our:meta:projectz",

"our:verify:prettier": "prettier --write ./source/**",
"test": "node ./test.js"
"test": "node ./source/test.js"
},

@@ -154,24 +135,3 @@ "eslintConfig": {

"singleQuote": true
},
"babel": {
"env": {
"edition-node-0.12": {
"sourceType": "script",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "0.12"
},
"modules": "commonjs"
}
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
]
}
}
}
}

@@ -49,6 +49,7 @@ <!-- TITLE/ -->

<ul><li><code>safefs</code> aliases <code>safefs/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li>
<li><code>safefs/source/index.js</code> is esnext source code with require for modules</li>
<li><code>safefs/edition-node-0.12/index.js</code> is esnext compiled for node.js 0.12 with require for modules</li></ul>
<ul><li><code>safefs</code> aliases <code>safefs/source/index.js</code></li>
<li><code>safefs/source/index.js</code> is esnext source code with require for modules</li></ul>
<p>Environments older than Node.js v8 may need <a href="https://babeljs.io/docs/usage/polyfill/" title="A polyfill that emulates missing ECMAScript environment features">Babel's Polyfill</a> or something similar.</p>
<!-- /INSTALL -->

@@ -55,0 +56,0 @@

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