Comparing version 0.26.0 to 0.26.1
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ module.exports = require('rc')('pnpm', { |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ var chalk = require('chalk') |
@@ -0,0 +0,0 @@ var debug = require('debug')('pnpm:fetch') |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ var debug = require('debug')('pnpm:mkdirp') |
@@ -0,0 +0,0 @@ var rimraf = require('thenify')(require('rimraf')) |
@@ -0,0 +0,0 @@ var symlink = require('./force_symlink') |
@@ -0,0 +0,0 @@ var cache = {} |
@@ -0,0 +0,0 @@ var join = require('path').join |
@@ -0,0 +0,0 @@ var fs = require('mz/fs') |
@@ -0,0 +0,0 @@ var writeFile = require('mz/fs').writeFile |
@@ -0,0 +0,0 @@ module.exports = function getSaveType (opts) { |
@@ -0,0 +0,0 @@ var debug = require('debug')('pnpm:http') |
@@ -0,0 +0,0 @@ var install = require('./install') |
@@ -0,0 +0,0 @@ var debug = require('debug')('pnpm:install') |
@@ -0,0 +0,0 @@ var semver = require('semver') |
@@ -20,5 +20,7 @@ var join = require('path').join | ||
function linkAllBins (modules) { | ||
getDirectories(modules) | ||
.reduce((pkgDirs, dir) => pkgDirs.concat(isScopedPkgsDir(dir) ? getDirectories(dir) : dir), []) | ||
.forEach(pkgDir => linkPkgBins(modules, pkgDir)) | ||
return Promise.all( | ||
getDirectories(modules) | ||
.reduce((pkgDirs, dir) => pkgDirs.concat(isScopedPkgsDir(dir) ? getDirectories(dir) : dir), []) | ||
.map(pkgDir => linkPkgBins(modules, pkgDir)) | ||
) | ||
} | ||
@@ -25,0 +27,0 @@ |
@@ -0,0 +0,0 @@ var fs = require('mz/fs') |
@@ -0,0 +0,0 @@ var mkdirp = require('../fs/mkdirp') |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ var supportsColor = require('supports-color') |
@@ -0,0 +0,0 @@ var chalk = require('chalk') |
@@ -0,0 +0,0 @@ var chalk = require('chalk') |
module.exports = function (pkg) { | ||
return pkg.name.replace('/', '!') + '@' + pkg.version | ||
} |
@@ -0,0 +0,0 @@ var registryUrl = require('registry-url') |
@@ -0,0 +0,0 @@ var requireJson = require('./fs/require_json') |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ var resolveNpm = require('./resolve/npm') |
@@ -0,0 +0,0 @@ var got = require('../got') |
@@ -0,0 +0,0 @@ var resolve = require('path').resolve |
@@ -0,0 +0,0 @@ var url = require('url') |
@@ -0,0 +0,0 @@ var basename = require('path').basename |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ var requireJson = require('./fs/require_json') |
{ | ||
"name": "pnpm", | ||
"description": "A fast implementation of npm install", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"author": "Rico Sta. Cruz <rico@ricostacruz.com>", | ||
@@ -44,3 +44,3 @@ "bin": { | ||
"supports-color": "3.1.2", | ||
"tar-fs": "1.13.0", | ||
"tar-fs": "1.13.1", | ||
"thenify": "3.2.0", | ||
@@ -50,7 +50,10 @@ "throat": "3.0.0" | ||
"devDependencies": { | ||
"commitizen": "^2.8.6", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"docpress": "0.6.13", | ||
"eslint": "3.2.2", | ||
"eslint": "3.3.1", | ||
"eslint-config-standard": "5.3.5", | ||
"eslint-plugin-promise": "2.0.1", | ||
"eslint-plugin-standard": "2.0.0", | ||
"ghooks": "^1.3.2", | ||
"git-update-ghpages": "1.3.0", | ||
@@ -61,6 +64,7 @@ "isexe": "1.1.2", | ||
"nixt": "0.5.0", | ||
"npm": "3.10.5", | ||
"npm": "3.10.6", | ||
"sepia": "2.0.1", | ||
"tap-spec": "4.1.1", | ||
"tape": "4.6.0" | ||
"tape": "4.6.0", | ||
"validate-commit-msg": "^2.7.0" | ||
}, | ||
@@ -87,2 +91,3 @@ "directories": { | ||
"docs:build": "docpress build", | ||
"commit": "git-cz", | ||
"cover": "istanbul cover test/index.js", | ||
@@ -92,3 +97,11 @@ "lint": "eslint bin/ test/ lib/", | ||
"posttest": "rimraf .tmp" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
}, | ||
"ghooks": { | ||
"commit-msg": "node ./node_modules/validate-commit-msg/index.js" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # pnpm |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
1801
3
66139
18
51
+ Addedtar-fs@1.13.1(transitive)
- Removedtar-fs@1.13.0(transitive)
Updatedtar-fs@1.13.1