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 1.0.1 to 1.0.2

3

modules/schema.js

@@ -400,3 +400,4 @@ /**

const itemKey = namespace.replace(/\./g, "").toLowerCase();
if (fileKey === itemKey || fileKey.startsWith(itemKey) || $import) {
if (fileKey === itemKey || fileKey.startsWith(itemKey) ||
itemKey.startsWith(fileKey) || $import) {
const mapKey = [];

@@ -403,0 +404,0 @@ let ns;

@@ -26,6 +26,6 @@ {

"commander": "^4.1.0",
"decamelize": "^3.2.0",
"decamelize": "^4.0.0",
"json5": "^2.1.1",
"node-fetch": "^2.6.0",
"sinon": "^8.1.0"
"sinon": "^8.1.1"
},

@@ -35,7 +35,7 @@ "devDependencies": {

"eslint": "^6.8.0",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"sinon-chrome": "^3.0.1"
},
"version": "1.0.1"
"version": "1.0.2"
}
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