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

oo7-react

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oo7-react - npm Package Compare versions

Comparing version 0.8.11 to 0.8.12

17

lib/index.js

@@ -195,12 +195,15 @@ 'use strict';

if (this._consolidatedExtraBonds) {
this._consolidatedExtraBonds.drop();
var x = this._consolidatedExtraBonds;
delete this._consolidatedExtraBonds;
x.drop();
}
if (this._consolidatedBonds) {
this._consolidatedBonds.drop();
var _x3 = this._consolidatedBonds;
delete this._consolidatedBonds;
_x3.drop();
}
if (this._derivedBonds) {
this._derivedBonds.drop();
var _x4 = this._derivedBonds;
delete this._derivedBonds;
_x4.drop();
}

@@ -225,8 +228,10 @@ }

if (this._derivedBonds) {
this._derivedBonds.drop();
var x = this._derivedBonds;
delete this._derivedBonds;
x.drop();
}
if (this._consolidatedBonds) {
this._consolidatedBonds.drop();
var _x5 = this._consolidatedBonds;
delete this._consolidatedBonds;
_x5.drop();
}

@@ -248,3 +253,3 @@

return nextProps[f];
}), []).subscriptable().use();
}), []).use().subscriptable();
}

@@ -251,0 +256,0 @@

{
"name": "oo7-react",
"version": "0.8.11",
"version": "0.8.12",
"description": "The Reactive Bond API",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"dependencies": {
"oo7": "^0.7.10",
"oo7": "^0.7.11",
"react": "^16.5.2"

@@ -44,3 +44,3 @@ },

},
"gitHead": "7f6efa7b2d1072dd0203d40a959945374b5d45e7"
"gitHead": "7e66848cd71ce2ff4635348bf3257863803883d0"
}
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