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

path-browserify

Package Overview
Dependencies
Maintainers
40
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-browserify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.github/FUNDING.yml

6

CHANGELOG.md

@@ -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**,

56

package.json
{
"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

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