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.7 to 3.0.8

5

CHANGELOG.md

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

<a name="3.0.8"></a>
## [3.0.8](https://github.com/zerkalica/lom_atom/compare/v3.0.7...v3.0.8) (2017-11-30)
<a name="3.0.7"></a>

@@ -7,0 +12,0 @@ ## [3.0.7](https://github.com/zerkalica/lom_atom/compare/v3.0.6...v3.0.7) (2017-11-30)

2

dist/lom_atom.es.js

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

context.current = slave;
return newValue;
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue;
};

@@ -325,0 +325,0 @@

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

context.current = slave;
return newValue;
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue;
};

@@ -329,0 +329,0 @@

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

context.current = slave;
return newValue;
return this.status === ATOM_STATUS_ACTUAL ? this.current : newValue;
};

@@ -331,0 +331,0 @@

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

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

@@ -256,3 +256,3 @@ // @flow

return newValue
return this.status === ATOM_STATUS_ACTUAL ? (this.current: any) : newValue
}

@@ -259,0 +259,0 @@

@@ -16,3 +16,3 @@ // @flow

(set: any).call(this, next)
return (next: any)
return next
}

@@ -19,0 +19,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