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

rxjs-hooks

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxjs-hooks - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

dist/cjs/__test__/find.d.ts

11

package.json
{
"name": "rxjs-hooks",
"version": "0.3.2",
"version": "0.3.3",
"description": "React hooks for RxJS",
"main": "esm/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"author": "LongYinan <lynweklm@gmail.com>",
"license": "MIT",
"typings": "esm/index.d.ts",
"typings": "dist/cjs/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "rm -rf esm && tsc -p src/tsconfig.json --outDir esm",
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "rm -rf dist/esm && tsc -p src/tsconfig.json --module es2015 --target es5 --outDir dist/esm",
"build:cjs": "rm -rf dist/cjs && tsc -p src/tsconfig.json --module commonjs --target es5 --outDir dist/cjs",
"lint": "tslint -c tslint.json -p src/tsconfig.json",

@@ -13,0 +16,0 @@ "start": "webpack-dev-server --config ./tools/webpack.config.js --progress --color",

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