istanbul-lib-source-maps
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.2.5"></a> | ||
## [1.2.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.4...istanbul-lib-source-maps@1.2.5) (2018-05-31) | ||
<a name="1.2.6"></a> | ||
## [1.2.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.3...istanbul-lib-source-maps@1.2.6) (2018-09-05) | ||
@@ -13,14 +13,20 @@ | ||
* process.cwd is a function not a string ([#163](https://github.com/istanbuljs/istanbuljs/issues/163)). ([#171](https://github.com/istanbuljs/istanbuljs/issues/171)) ([9c7802c](https://github.com/istanbuljs/istanbuljs/commit/9c7802c)) | ||
* Tweak package.json files for republish as latest 1.x. ([#217](https://github.com/istanbuljs/istanbuljs/issues/217)) ([420481d](https://github.com/istanbuljs/istanbuljs/commit/420481d)), closes [#216](https://github.com/istanbuljs/istanbuljs/issues/216) | ||
### BREAKING CHANGES | ||
* leaked into 1.x modules but it was thought they were | ||
never released to latest. Apparently releasing 2.x to latest makes | ||
those unwanted versions of 1.x available. | ||
<a name="1.2.4"></a> | ||
## [1.2.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.3...istanbul-lib-source-maps@1.2.4) (2018-03-04) | ||
This patch sets all modules to the latest 1.x version (4.x for | ||
test-exclude). This will allow a new release to be made to revert | ||
release of the breaking changes. | ||
Stop upgrading npm to latest for testing as it's not compatible with | ||
node 4.x. | ||
**Note:** Version bump only for package istanbul-lib-source-maps | ||
@@ -27,0 +33,0 @@ <a name="1.2.3"></a> |
@@ -12,3 +12,3 @@ var path = require('path'), | ||
exports.asAbsolute = function (file, baseDir) { | ||
return isAbsolute(file) ? file : path.resolve(baseDir || process.cwd(), file); | ||
return isAbsolute(file) ? file : path.resolve(baseDir || process.cwd, file); | ||
}; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "istanbul-lib-source-maps", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Source maps support for istanbul", | ||
@@ -17,3 +17,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"debug": "^3.1.0", | ||
"istanbul-lib-coverage": "^1.2.0", | ||
"istanbul-lib-coverage": "^1.2.1", | ||
"mkdirp": "^0.5.1", | ||
@@ -20,0 +20,0 @@ "rimraf": "^2.6.1", |
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
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
23217
1
Updatedistanbul-lib-coverage@^1.2.1