Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@websdk/nap

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websdk/nap - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2-rhumb-0.3.9-upgrade.0

2

lib/nap.js

@@ -252,3 +252,3 @@ (function (global, factory) {

}
return [uri, part.input].join("/");
return part.input === '/' ? uri : [uri, part.input].join("/");
}, "");

@@ -255,0 +255,0 @@ };

{
"name": "@websdk/nap",
"version": "0.11.1",
"version": "0.11.2-rhumb-0.3.9-upgrade.0",
"description": "Organizing applications into resources",

@@ -21,3 +21,3 @@ "main": "lib/nap.js",

"dependencies": {
"@websdk/rhumb": "0.3.8"
"@websdk/rhumb": "0.3.9"
},

@@ -36,3 +36,6 @@ "repository": {

},
"homepage": "https://github.com/websdk/nap#readme"
"homepage": "https://github.com/websdk/nap#readme",
"scripts": {
"test": "tape test/*.test.js"
}
}

@@ -245,3 +245,3 @@ var rhumb = require('@websdk/rhumb')

}
return [uri , part.input].join("/")
return part.input === '/' ? uri : [uri , part.input].join("/")
}

@@ -248,0 +248,0 @@ , ""

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