@cliqz/adblocker-extended-selectors
Advanced tools
Comparing version 1.27.3 to 1.27.4
{ | ||
"name": "@cliqz/adblocker-extended-selectors", | ||
"version": "1.27.3", | ||
"version": "1.27.4", | ||
"description": "Cliqz adblocker library (extended CSS selectors implementation)", | ||
@@ -8,6 +8,12 @@ "author": { | ||
}, | ||
"homepage": "https://github.com/cliqz-oss/adblocker#readme", | ||
"homepage": "https://github.com/ghostery/adblocker#readme", | ||
"license": "MPL-2.0", | ||
"main": "dist/cjs/adblocker.js", | ||
"module": "dist/es6/adblocker.js", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/adblocker.cjs", | ||
"import": "./dist/esm/adblocker.js", | ||
"types": "./dist/types/adblocker.d.ts" | ||
}, | ||
"main": "dist/cjs/adblocker.cjs", | ||
"module": "dist/esm/adblocker.js", | ||
"types": "dist/types/adblocker.d.ts", | ||
@@ -23,3 +29,3 @@ "files": [ | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/cliqz-oss/adblocker.git", | ||
"url": "git+ssh://git@github.com/ghostery/adblocker.git", | ||
"directory": "packages/adblocker-extended-selectors" | ||
@@ -30,19 +36,17 @@ }, | ||
"lint": "eslint src adblocker.ts", | ||
"build": "tsc --build ./tsconfig.json", | ||
"bundle": "tsc --build ./tsconfig.bundle.json", | ||
"prepack": "yarn run bundle", | ||
"test": "nyc mocha --config ../../.mocharc.js" | ||
"build": "tsc --build ./tsconfig.json && rollup --config ./rollup.config.ts --configPlugin typescript", | ||
"test": "nyc mocha --config ../../.mocharc.json" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cliqz-oss/adblocker/issues" | ||
"url": "https://github.com/ghostery/adblocker/issues" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@types/chai": "^4.3.6", | ||
"@types/chai-as-promised": "^7.1.6", | ||
"@types/jsdom": "^21.1.3", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.6.2", | ||
"chai": "^4.3.8", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.49.0", | ||
"chai": "^5.1.0", | ||
"eslint": "^9.3.0", | ||
"jsdom": "^24.0.0", | ||
@@ -52,4 +56,5 @@ "mocha": "^10.2.0", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^4.17.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -62,3 +67,3 @@ "contributors": [ | ||
], | ||
"gitHead": "57ebd1fe60a010cb986c4c4d349214e40e808ffb" | ||
"gitHead": "5131e736efe0d5acea8d45f1b0458a8d2fc226e3" | ||
} |
@@ -13,6 +13,6 @@ <h1 align="center">@cliqz/adblocker-extended-selectors</h2> | ||
<em> | ||
<a href="https://github.com/cliqz-oss/adblocker/tree/master/packages/adblocker">Node.js</a> | ||
· <a href="https://github.com/cliqz-oss/adblocker/tree/master/packages/adblocker-puppeteer">Puppeteer</a> | ||
· <a href="https://github.com/cliqz-oss/adblocker/tree/master/packages/adblocker-electron">Electron</a> | ||
· <a href="https://github.com/cliqz-oss/adblocker/tree/master/packages/adblocker-webextension">WebExtension</a> | ||
<a href="https://github.com/ghostery/adblocker/tree/master/packages/adblocker">Node.js</a> | ||
· <a href="https://github.com/ghostery/adblocker/tree/master/packages/adblocker-puppeteer">Puppeteer</a> | ||
· <a href="https://github.com/ghostery/adblocker/tree/master/packages/adblocker-electron">Electron</a> | ||
· <a href="https://github.com/ghostery/adblocker/tree/master/packages/adblocker-webextension">WebExtension</a> | ||
</em> | ||
@@ -22,6 +22,6 @@ </p> | ||
<p align="center"> | ||
<a href="https://github.com/cliqz-oss/adblocker/actions?query=workflow%3ATests"> | ||
<img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/cliqz-oss/adblocker/Tests?label=tests&style=flat-square"></a> | ||
<a href="https://github.com/cliqz-oss/adblocker/actions?query=workflow%3Assets"> | ||
<img alt="Github Actions Assets Status" src="https://img.shields.io/github/workflow/status/cliqz-oss/adblocker/Assets?label=assets&style=flat-square"></a> | ||
<a href="https://github.com/ghostery/adblocker/actions?query=workflow%3ATests"> | ||
<img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/ghostery/adblocker/Tests?label=tests&style=flat-square"></a> | ||
<a href="https://github.com/ghostery/adblocker/actions?query=workflow%3Assets"> | ||
<img alt="Github Actions Assets Status" src="https://img.shields.io/github/workflow/status/ghostery/adblocker/Assets?label=assets&style=flat-square"></a> | ||
<a href="https://twitter.com/acdlite/status/974390255393505280"> | ||
@@ -38,8 +38,8 @@ <img alt="Blazing Fast" src="https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg?style=flat-square"></a> | ||
<img alt="Follow Cliqz on Twitter" src="https://img.shields.io/twitter/follow/cliqz.svg?label=follow+cliqz&style=flat-square"></a> | ||
<a href="https://github.com/cliqz-oss/adblocker"> | ||
<a href="https://github.com/ghostery/adblocker"> | ||
<img alt="Dependabot" src="https://img.shields.io/badge/dependabot-enabled-brightgreen?logo=dependabot&style=flat-square"></a> | ||
<a href="https://github.com/cliqz-oss/adblocker/blob/master/LICENSE"> | ||
<img alt="License Badge" src="https://img.shields.io/github/license/cliqz-oss/adblocker?style=flat-square"></a> | ||
<a href="https://lgtm.com/projects/g/cliqz-oss/adblocker?mode=list"> | ||
<img alt="LGTM Badge" src="https://img.shields.io/lgtm/alerts/github/cliqz-oss/adblocker?style=flat-square"></a> | ||
<a href="https://github.com/ghostery/adblocker/blob/master/LICENSE"> | ||
<img alt="License Badge" src="https://img.shields.io/github/license/ghostery/adblocker?style=flat-square"></a> | ||
<a href="https://lgtm.com/projects/g/ghostery/adblocker?mode=list"> | ||
<img alt="LGTM Badge" src="https://img.shields.io/lgtm/alerts/github/ghostery/adblocker?style=flat-square"></a> | ||
</p> | ||
@@ -49,2 +49,2 @@ | ||
This package is part of [@cliqz/adblocker](https://github.com/cliqz-oss/adblocker). | ||
This package is part of [@cliqz/adblocker](https://github.com/ghostery/adblocker). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
323412
46
2651
Yes
15
1