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

@pushrocks/smartrx

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pushrocks/smartrx - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

3

dist_ts/smartrx.plugins.d.ts
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
export { lik, rxjs, smartevent, smartpromise };
export { lik, rxjs, smartpromise };

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.smartpromise = exports.smartevent = exports.rxjs = exports.lik = void 0;
exports.smartpromise = exports.rxjs = exports.lik = void 0;
const lik = __importStar(require("@pushrocks/lik"));

@@ -28,6 +28,4 @@ exports.lik = lik;

exports.rxjs = rxjs;
const smartevent = __importStar(require("@pushrocks/smartevent"));
exports.smartevent = smartevent;
const smartpromise = __importStar(require("@pushrocks/smartpromise"));
exports.smartpromise = smartpromise;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRyeC5wbHVnaW5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRyeC5wbHVnaW5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxvREFBc0M7QUFLN0Isa0JBQUc7QUFKWiwyQ0FBNkI7QUFJZixvQkFBSTtBQUhsQixrRUFBb0Q7QUFHaEMsZ0NBQVU7QUFGOUIsc0VBQXdEO0FBRXhCLG9DQUFZIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRyeC5wbHVnaW5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRyeC5wbHVnaW5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxvREFBc0M7QUFJN0Isa0JBQUc7QUFIWiwyQ0FBNkI7QUFHZixvQkFBSTtBQUZsQixzRUFBd0Q7QUFFcEMsb0NBQVkifQ==
{
"name": "@pushrocks/smartrx",
"version": "2.0.6",
"version": "2.0.7",
"private": false,

@@ -26,3 +26,2 @@ "description": "smart wrapper for rxjs",

"@pushrocks/lik": "^4.0.6",
"@pushrocks/smartevent": "^2.0.5",
"@pushrocks/smartpromise": "^3.0.6",

@@ -29,0 +28,0 @@ "rxjs": "^6.5.5"

import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise';
export { lik, rxjs, smartevent, smartpromise };
export { lik, rxjs, smartpromise };
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