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

bahai-reflib-data

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bahai-reflib-data - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

5

CHANGES.md
# CHANGES for `bahai-reflib-data`
## 0.9.3
- fix: strip the slash in joined URL for sake of precise permission
requirements in Chrome extension
## 0.9.2

@@ -4,0 +9,0 @@

2

package.json
{
"name": "bahai-reflib-data",
"version": "0.9.2",
"version": "0.9.3",
"author": "Brett Zamir <brettz9@yahoo.com>",

@@ -5,0 +5,0 @@ "contributors": [],

@@ -10,4 +10,7 @@ /* eslint-env browser -- Browser */

const __dirname = new URL('.', import.meta.url).pathname;
const dataDir = join(__dirname, 'data');
// Strip the slash for sake of precise permission requirements in
// Chrome extension
const dataDir = join(__dirname.replace(/\/$/u, ''), 'data');
setDataDir(dataDir);

@@ -14,0 +17,0 @@ setJoin(join);

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