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

webext-schema

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-schema - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

2

modules/file-util.js

@@ -10,5 +10,5 @@ /**

import { getType, isString } from './common.js';
import { IS_WIN } from './constant.js';
/* constants */
import { IS_WIN } from './constant.js';
const MASK_BIT = 0o111;

@@ -15,0 +15,0 @@ const PERM_DIR = 0o777;

@@ -13,2 +13,4 @@ /**

import { convertUriToFilePath } from './file-util.js';
/* constants */
import { CHAR } from './constant.js';

@@ -15,0 +17,0 @@

@@ -11,5 +11,5 @@ /**

import { createFile } from './file-util.js';
import { CHAR, INDENT } from './constant.js';
/* constants */
import { CHAR, INDENT } from './constant.js';
const DIR_CWD = process.cwd();

@@ -16,0 +16,0 @@ const PERM_FILE = 0o644;

@@ -20,14 +20,14 @@ {

"json5": "^2.2.3",
"sinon": "^15.2.0"
"sinon": "^16.0.0"
},
"devDependencies": {
"@types/firefox-webext-browser": "^111.0.1",
"@types/node": "^20.5.7",
"@types/sinon": "^10.0.16",
"@types/firefox-webext-browser": "^111.0.2",
"@types/node": "^20.7.0",
"@types/sinon": "^10.0.17",
"c8": "^8.0.1",
"chai": "^4.3.8",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-regexp": "^1.15.0",

@@ -38,3 +38,3 @@ "eslint-plugin-unicorn": "^48.0.1",

"typescript": "^5.2.2",
"undici": "^5.23.0"
"undici": "^5.25.2"
},

@@ -59,3 +59,3 @@ "scripts": {

},
"version": "5.2.2"
"version": "5.2.3"
}

Sorry, the diff of this file is too big to display

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