@extend-chrome/events-rxjs
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "@extend-chrome/events-rxjs", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "RxJS Observables for Chrome API events.", | ||
@@ -20,3 +20,2 @@ "license": "MIT", | ||
"build:watch": "npm run build:dev -- -w", | ||
"preinstall": "npx only-allow pnpm", | ||
"start": "run-p build:watch", | ||
@@ -23,0 +22,0 @@ "test": "jest", |
<p align="center"> | ||
<a href="http://bit.ly/2QG8bU4" rel="noopener"> | ||
<img width=200px height=200px src="https://i.imgur.com/FmuqfEi.png" alt="@extend-chrome/events-rxjs logo"></a> | ||
<a href="https://github.com/extend-chrome/events-rxjs" rel="noopener"> | ||
<img width=200px height=200px src="https://i.imgur.com/shb0zj0.png" alt="@extend-chrome/events-rxjs logo"></a> | ||
</p> | ||
@@ -10,4 +10,4 @@ | ||
[![npm (scoped)](https://img.shields.io/npm/v/@extend-chrome/events-rxjs.svg)](http://bit.ly/2s7rsnl) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/extend-chrome/events-rxjs.svg)](http://bit.ly/2QG8bU4) | ||
[![npm (scoped)](https://img.shields.io/npm/v/@extend-chrome/events-rxjs.svg)](https://www.npmjs.com/package/@extend-chrome/events-rxjs) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/extend-chrome/events-rxjs.svg)](https://github.com/extend-chrome/events-rxjs) | ||
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) | ||
@@ -42,3 +42,3 @@ [![TypeScript Declarations Included](https://img.shields.io/badge/types-TypeScript-informational)](#typescript) | ||
See [`rollup-plugin-chrome-extension`](http://bit.ly/35hLMR8) for | ||
See [`rollup-plugin-chrome-extension`](https://github.com/extend-chrome/rollup-plugin-chrome-extension) for | ||
an easy way use Rollup to build your Chrome extension! | ||
@@ -57,5 +57,5 @@ | ||
contextMenus.clicks.subscribe((clickEvent) => { | ||
contextMenus.clickStream.subscribe((clickEvent) => { | ||
console.log('click', clickEvent) | ||
}) | ||
``` |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
4922
0