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

@sanity/observable

Package Overview
Dependencies
Maintainers
7
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/observable - npm Package Compare versions

Comparing version 0.111.2 to 0.112.0-alpha.c03acae3

4

lib/Multicast.js
'use strict';
var Observable = require('./SanityObservable'
var Observable = require('./SanityObservable');

@@ -14,3 +14,3 @@ /*

);function Multicast() {
function Multicast() {
var _this = this;

@@ -17,0 +17,0 @@

@@ -72,3 +72,4 @@ 'use strict';

var _require24 = require('rxjs/operator/toPromise'
var _require24 = require('rxjs/operator/toPromise'),
toPromise = _require24.toPromise;

@@ -78,5 +79,4 @@ /*

*/
),
toPromise = _require24.toPromise;
function SanityObservable() {

@@ -83,0 +83,0 @@ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {

@@ -18,3 +18,3 @@ 'use strict';

var assign = require('object-assign'
var assign = require('object-assign');

@@ -25,5 +25,4 @@ /*

*/
);function SanityObservableMinimal() {
Observable.apply(this, arguments // eslint-disable-line prefer-rest-params
);
function SanityObservableMinimal() {
Observable.apply(this, arguments); // eslint-disable-line prefer-rest-params
}

@@ -30,0 +29,0 @@

{
"name": "@sanity/observable",
"description": "A small-ish RxJS based Observable implementation for Sanity",
"version": "0.111.2",
"version": "0.112.0-alpha.c03acae3",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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