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

phylo

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phylo - npm Package Compare versions

Comparing version 1.0.0-beta.7 to 1.0.0-rc.1

100

package.json
{
"name": "phylo",
"version": "1.0.0-beta.7",
"description": "File operations class",
"main": "File.js",
"scripts": {
"test": "gulp test",
"debug": "devtool node_modules/mocha/bin/_mocha -qc --break -- ./test/specs/**/*.js",
"_test": "mocha ./test/specs/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongryphon/phylo.git"
},
"keywords": [
"file",
"fs",
"glob",
"path"
],
"author": "dongryphon (Don Griffin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dongryphon/phylo/issues"
},
"homepage": "https://github.com/dongryphon/phylo#readme",
"dependencies": {
"fswin": "^2.16.1102",
"json5": "^0.5.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"tmp": "0.0.30",
"which": "^1.2.12"
},
"devDependencies": {
"assertly": "^1.0.2",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0"
},
"engines": {
"node": ">=6.0.0"
}
"name": "phylo",
"version": "1.0.0-rc.1",
"description": "File operations class",
"main": "File.js",
"scripts": {
"test": "gulp test",
"debug": "devtool node_modules/mocha/bin/_mocha -qc --break -- ./test/specs/**/*.js",
"_test": "mocha ./test/specs/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongryphon/phylo.git"
},
"keywords": [
"file",
"fs",
"glob",
"path"
],
"author": "dongryphon (Don Griffin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dongryphon/phylo/issues"
},
"homepage": "https://github.com/dongryphon/phylo#readme",
"dependencies": {
"json5": "^0.5.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"tmp": "0.0.30",
"which": "^1.2.12"
},
"peerDependencies": {
"fswin": "^2.16.1102"
},
"devDependencies": {
"assertly": "^1.0.2",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0"
},
"engines": {
"node": ">=6.0.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