New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rnjs

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rnjs - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

37

index.ts

@@ -1,35 +0,2 @@

export {
RN,
combine,
merge,
fromEvent,
fromPromise,
fromObservable,
interval,
manual,
of,
constant,
} from './src/RN';
export {
debounce,
delay,
filter,
flatMap,
map,
mapTo,
pairwise,
pluck,
scan,
skipUnchanged,
skip,
skipWhile,
switchMap,
take,
takeWhile,
withLatest,
withInitialValue,
withTimestamp,
throttle,
skipAlreadyAppeared,
} from './src/operators';
export * from './src/RN';
export * from './src/operators';

2

package.json

@@ -6,3 +6,3 @@ {

"name": "rnjs",
"version": "1.0.17",
"version": "1.0.18",
"description": "Reactive Programming Library for TypeScript/JavaScript",

@@ -9,0 +9,0 @@ "main": "dist/index.js",

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