Socket
Socket
Sign inDemoInstall

ignorefs

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignorefs - npm Package Compare versions

Comparing version 1.4.1 to 2.0.0-next.1574052505.554d7caceb70988ccb7d9224efe2ada0d31d50ba

edition-node-12/index.js

5

HISTORY.md
# History
## v2.0.0 2019 November 18
- 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
## v1.4.1 2019 November 18

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

67

package.json
{
"title": "IgnoreFS",
"name": "ignorefs",
"version": "1.4.1",
"version": "2.0.0-next.1574052505.554d7caceb70988ccb7d9224efe2ada0d31d50ba",
"description": "Ignore common and custom patterns of the file system",

@@ -59,3 +59,3 @@ "homepage": "https://github.com/bevry/ignorefs",

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

@@ -74,4 +74,4 @@ "editions": [

{
"description": "typescript compiled for node.js 13 with require for modules",
"directory": "edition-node-13",
"description": "typescript compiled for node.js 12 with require for modules",
"directory": "edition-node-12",
"entry": "index.js",

@@ -83,24 +83,10 @@ "tags": [

"engines": {
"node": "6 || 8 || 10 || 12 || 13",
"node": "8 || 10 || 12",
"browsers": false
}
},
{
"description": "typescript 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
}
}
],
"types": "source/index.ts",
"main": "index.js",
"main": "edition-node-12/index.js",
"dependencies": {
"editions": "^2.2.0",
"ignorepatterns": "^1.4.0"

@@ -113,2 +99,3 @@ },

"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.7.1",

@@ -118,9 +105,9 @@ "@babel/preset-typescript": "^7.7.2",

"@typescript-eslint/parser": "^2.7.0",
"assert-helpers": "4.10.0",
"assert-helpers": "5.4.0",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-bevry": "^1.3.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"kava": "^3.2.0",
"kava": "4.0.0",
"prettier": "^1.19.1",

@@ -135,9 +122,8 @@ "projectz": "^1.10.0",

"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-node-0.12 && npm run our:compile:edition-node-13",
"our:compile:edition-node-0.12": "env BABEL_ENV=edition-node-0.12 babel --extensions \".ts,.tsx\" --out-dir ./edition-node-0.12 ./source",
"our:compile:edition-node-13": "env BABEL_ENV=edition-node-13 babel --extensions \".ts,.tsx\" --out-dir ./edition-node-13 ./source",
"our:compile": "npm run our:compile:edition-node-12",
"our:compile:edition-node-12": "env BABEL_ENV=edition-node-12 babel --extensions \".ts,.tsx\" --out-dir ./edition-node-12 ./source",
"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
"our:meta:docs": "npm run our:meta:docs:typedoc",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
"our:meta:projectz": "projectz compile",

@@ -158,3 +144,3 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

"our:verify:typescript": "tsc --noEmit --project .",
"test": "node ./test.js"
"test": "node ./edition-node-12/test.js"
},

@@ -172,3 +158,3 @@ "eslintConfig": {

"env": {
"edition-node-13": {
"edition-node-12": {
"sourceType": "module",

@@ -180,3 +166,3 @@ "presets": [

"targets": {
"node": "13"
"node": "12"
},

@@ -190,25 +176,6 @@ "modules": "commonjs"

"@babel/proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/proposal-class-properties",
"add-module-exports"
]
},
"edition-node-0.12": {
"sourceType": "module",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "0.12"
},
"modules": "commonjs"
}
],
"@babel/preset-typescript"
],
"plugins": [
"@babel/proposal-object-rest-spread",
"@babel/proposal-class-properties",
"add-module-exports"
]
}

@@ -215,0 +182,0 @@ }

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

<ul><li><code>ignorefs</code> aliases <code>ignorefs/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>ignorefs/source/index.ts</code> is typescript source code with import for modules</li>
<li><code>ignorefs/edition-node-13/index.js</code> is typescript compiled for node.js 13 with require for modules</li>
<li><code>ignorefs/edition-node-0.12/index.js</code> is typescript compiled for node.js 0.12 with require for modules</li></ul>
<ul><li><code>ignorefs/source/index.ts</code> is typescript source code with import for modules</li>
<li><code>ignorefs</code> aliases <code>ignorefs/edition-node-12/index.js</code></li>
<li><code>ignorefs/edition-node-12/index.js</code> is typescript compiled for node.js 12 with require for modules</li></ul>

@@ -60,3 +59,3 @@ <!-- /INSTALL -->

[API Documentation](http://rawgit.com/bevry/ignorefs/master/docs/index.html)
[API Documentation](http://master.ignorefs.bevry.surge.sh/docs/)

@@ -63,0 +62,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