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

@extend-chrome/events-rxjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extend-chrome/events-rxjs - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

3

package.json
{
"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)
})
```
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