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

wext-manifest-loader

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wext-manifest-loader - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

lib/cjs/tests/chrome.json

2

lib/cjs/constants.d.ts

@@ -12,5 +12,5 @@ export declare const LOADER_NAME = "wext-manifest-loader";

};
export declare type BrowserType = typeof Browser[keyof typeof Browser];
export declare type BrowserType = (typeof Browser)[keyof typeof Browser];
export declare const browserVendors: BrowserType[];
export declare const envVariables: string[];
export declare const CUSTOM_PREFIX_REGEX: RegExp;

@@ -12,5 +12,5 @@ export declare const LOADER_NAME = "wext-manifest-loader";

};
export declare type BrowserType = typeof Browser[keyof typeof Browser];
export declare type BrowserType = (typeof Browser)[keyof typeof Browser];
export declare const browserVendors: BrowserType[];
export declare const envVariables: string[];
export declare const CUSTOM_PREFIX_REGEX: RegExp;
{
"name": "wext-manifest-loader",
"version": "2.4.1",
"version": "2.4.2",
"description": "Webpack loader that lets you specify `manifest.json` properties to appear only in specific browsers.",

@@ -22,8 +22,9 @@ "license": "MIT",

"scripts": {
"watch": "tsc --module esnext --outDir lib/esm --watch",
"dev": "tsc --module esnext --outDir lib/esm --watch",
"dev:cjs": "tsc --module commonjs --outDir lib/cjs --watch",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"build:esm": "tsc --module esnext --outDir lib/esm",
"build": "rimraf lib && yarn build:cjs && yarn build:esm",
"pack:list": "yarn build && npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "yarn test && yarn build",
"build": "rimraf lib && npm run build:cjs && npm run build:esm",
"pack:list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "npm run pack:list",
"test": "jest",

@@ -60,23 +61,23 @@ "test:watch": "jest --watch",

"devDependencies": {
"@abhijithvijayan/eslint-config": "2.6.2",
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
"@abhijithvijayan/eslint-config": "^2.8.0",
"@abhijithvijayan/eslint-config-airbnb": "^1.1.0",
"@abhijithvijayan/tsconfig": "^1.3.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-parser": "^7.23.9",
"@types/jest": "^26.0.23",
"@types/loader-utils": "^2.0.3",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"prettier": "^3.2.4",
"rimraf": "^3.0.2",

@@ -83,0 +84,0 @@ "ts-jest": "^26.5.6",

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