path-browserify
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,8 @@ # path-browserify change log | ||
## 1.0.1 | ||
* Fix a duplicate test name. | ||
* Tweak LICENSE text so Github can recognise it. | ||
* Tweak LICENSE text to include the year and author. | ||
* Add security policy file. | ||
## 1.0.0 | ||
@@ -9,0 +15,0 @@ This release updates to the Node v10.3.0 API. **This change is breaking**, |
{ | ||
"name": "path-browserify", | ||
"description": "the path module from node core for browsers", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "James Halliday", | ||
"email": "mail@substack.net", | ||
"url": "http://substack.net" | ||
}, | ||
"bugs": "https://github.com/browserify/path-browserify/issues", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tape": "^4.9.0" | ||
}, | ||
"homepage": "https://github.com/browserify/path-browserify", | ||
"keywords": [ | ||
"browser", | ||
"browserify", | ||
"path" | ||
], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/browserify/path-browserify.git" | ||
}, | ||
"scripts": { | ||
"test": "node test" | ||
} | ||
"name": "path-browserify", | ||
"description": "the path module from node core for browsers", | ||
"version": "1.0.1", | ||
"author": { | ||
"name": "James Halliday", | ||
"email": "mail@substack.net", | ||
"url": "http://substack.net" | ||
}, | ||
"bugs": "https://github.com/browserify/path-browserify/issues", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tape": "^4.9.0" | ||
}, | ||
"homepage": "https://github.com/browserify/path-browserify", | ||
"keywords": [ | ||
"browser", | ||
"browserify", | ||
"path" | ||
], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/browserify/path-browserify.git" | ||
}, | ||
"scripts": { | ||
"test": "node test" | ||
} | ||
} |
@@ -24,3 +24,3 @@ 'use strict'; | ||
tape('path.join zero-length', function (t) { | ||
tape('path.normalize zero-length', function (t) { | ||
// normalize will return '.' if the input is a zero-length string | ||
@@ -27,0 +27,0 @@ t.strictEqual(path.posix.normalize(''), '.'); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
54293
19
0