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

lom_atom

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lom_atom - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="3.0.5"></a>
## [3.0.5](https://github.com/zerkalica/lom_atom/compare/v3.0.4...v3.0.5) (2017-11-29)
<a name="3.0.4"></a>

@@ -7,0 +12,0 @@ ## [3.0.4](https://github.com/zerkalica/lom_atom/compare/v3.0.3...v3.0.4) (2017-11-29)

4

dist/lom_atom.es.js

@@ -261,3 +261,3 @@ function _defineProperties(target, props) {

if (this.status === ATOM_STATUS_DEEP_RESET) {
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) {
var isDeepReset = Atom.isDeepReset;

@@ -706,3 +706,3 @@ Atom.isDeepReset = true;

if (force) {
atom.reset();
atom.status = 5; // atom.reset()
}

@@ -709,0 +709,0 @@

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

if (this.status === ATOM_STATUS_DEEP_RESET) {
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) {
var isDeepReset = Atom.isDeepReset;

@@ -710,3 +710,3 @@ Atom.isDeepReset = true;

if (force) {
atom.reset();
atom.status = 5; // atom.reset()
}

@@ -713,0 +713,0 @@

@@ -267,3 +267,3 @@ (function (global, factory) {

if (this.status === ATOM_STATUS_DEEP_RESET) {
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) {
var isDeepReset = Atom.isDeepReset;

@@ -712,3 +712,3 @@ Atom.isDeepReset = true;

if (force) {
atom.reset();
atom.status = 5; // atom.reset()
}

@@ -715,0 +715,0 @@

{
"name": "lom_atom",
"version": "3.0.4",
"version": "3.0.5",
"description": "Alternative implementation of eigenmethod mol_atom state management library",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -197,3 +197,3 @@ // @flow

if (this.status === ATOM_STATUS_DEEP_RESET) {
if (this.status === ATOM_STATUS_DEEP_RESET && !this.isComponent) {
const isDeepReset = Atom.isDeepReset

@@ -200,0 +200,0 @@ Atom.isDeepReset = true

@@ -30,3 +30,4 @@ // @flow

if (force) {
atom.reset()
atom.status =5
// atom.reset()
}

@@ -33,0 +34,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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