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" | ||
} | ||
} |
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
270826
0
- Removedfswin@^2.16.1102