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 1.1.4 to 2.0.0

5

CHANGELOG.md

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

<a name="2.0.0"></a>
# [2.0.0](https://github.com/zerkalica/lom_atom/compare/v1.1.4...v2.0.0) (2017-10-10)
<a name="1.1.4"></a>

@@ -7,0 +12,0 @@ ## [1.1.4](https://github.com/zerkalica/lom_atom/compare/v1.1.3...v1.1.4) (2017-09-27)

2

dist/lom_atom.es.js

@@ -215,3 +215,3 @@ // eslint-disable-line

if (!force || normalized instanceof Error) {
if (force || normalized instanceof Error) {
this.status = ATOM_STATUS_ACTUAL;

@@ -218,0 +218,0 @@ this.value = normalized instanceof Error ? createMock(normalized) : normalized;

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

if (!force || normalized instanceof Error) {
if (force || normalized instanceof Error) {
this.status = ATOM_STATUS_ACTUAL;

@@ -222,0 +222,0 @@ this.value = normalized instanceof Error ? createMock(normalized) : normalized;

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

if (!force || normalized instanceof Error) {
if (force || normalized instanceof Error) {
this.status = ATOM_STATUS_ACTUAL;

@@ -224,0 +224,0 @@ this.value = normalized instanceof Error ? createMock(normalized) : normalized;

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

@@ -16,2 +16,3 @@ "publishConfig": {

"scripts": {
"release.major": "npm test && npm run build && standard-version -r major && git push --follow-tags origin master && npm publish",
"release.minor": "npm test && npm run build && standard-version -r minor && git push --follow-tags origin master && npm publish",

@@ -62,11 +63,11 @@ "release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish",

"chokidar-cli": "^1.2.0",
"flow-bin": "^0.54.0",
"mocha": "^3.5.0",
"rimraf": "^2.6.1",
"rollup": "^0.48.0",
"flow-bin": "^0.56.0",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"rollup": "^0.48.2",
"rollup-plugin-babel": "=3.0.0-alpha.17",
"rollup-plugin-uglify": "^2.0.1",
"standard-version": "^4.2.0",
"uglify-es": "^3.0.28"
"uglify-es": "^3.1.3"
}
}

@@ -15,3 +15,14 @@ import babel from 'rollup-plugin-babel'

babel(babelrc())
].concat(process.env.UGLIFY === '1' ? [uglify({}, minify)] : []),
].concat(process.env.UGLIFY === '1' ? [uglify({
warnings: true,
compress: {
dead_code: true,
unused: true,
toplevel: true,
warnings: true
},
mangle: {
toplevel: true
}
}, minify)] : []),
output: [

@@ -18,0 +29,0 @@ {file: pkg.module, format: 'es'},

@@ -146,3 +146,3 @@ // @flow

}
if (!force || normalized instanceof Error) {
if (force || normalized instanceof Error) {
this.status = ATOM_STATUS_ACTUAL

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