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.1.10 to 5.1.11

12

package.json

@@ -17,3 +17,3 @@ {

"@types/firefox-webext-browser": "^111.0.0",
"@types/node": "^18.15.2",
"@types/node": "^18.15.10",
"@types/sinon": "^10.0.13",

@@ -24,3 +24,3 @@ "camelize": "^1.0.1",

"json5": "^2.2.3",
"sinon": "^15.0.2"
"sinon": "^15.0.3"
},

@@ -33,10 +33,10 @@ "devDependencies": {

"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.12.0",
"eslint-plugin-regexp": "^1.13.0",
"eslint-plugin-unicorn": "^46.0.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"undici": "^5.21.0"

@@ -62,3 +62,3 @@ },

},
"version": "5.1.10"
"version": "5.1.11"
}
export function cleanDirectory(cmdOpts?: object): void;
export function parseCommand(args: any[]): void;
export { commander };
import { program as commander } from "commander";
import { program as commander } from 'commander';

@@ -26,2 +26,2 @@ export class Schema {

}
import sinon from "sinon";
import sinon from 'sinon';

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