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

@openchemistry/utils

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openchemistry/utils - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.4.2"></a>
## [0.4.2](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.4.1...@openchemistry/utils@0.4.2) (2018-09-13)
### Bug Fixes
* Set default color scheme to Jmol ([e63e0f7](https://github.com/OpenChemistry/oc-web-components/commit/e63e0f7))
<a name="0.4.1"></a>

@@ -8,0 +19,0 @@ ## [0.4.1](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.4.0...@openchemistry/utils@0.4.1) (2018-09-05)

2

dist/display-options.js

@@ -30,5 +30,7 @@ var __assign = (this && this.__assign) || function () {

radius: 0.14,
colorscheme: 'Jmol'
},
sphere: {
scale: 0.3,
colorscheme: 'Jmol'
},

@@ -35,0 +37,0 @@ };

4

package.json
{
"name": "@openchemistry/utils",
"version": "0.4.1",
"version": "0.4.2",
"description": "Utilities to validate and convert cjson chemical data",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"devDependencies": {
"@openchemistry/types": "^0.6.1",
"@openchemistry/types": "^0.6.2",
"@types/lodash-es": "^4.17.1",

@@ -28,0 +28,0 @@ "typescript": "^3.0.3"

@@ -24,5 +24,7 @@ import { IDisplayOptions, IIsoSurfaceOptions, IStyleOptions, INormalModeOptions, IVolumeOptions, IVisibilityOptions } from '@openchemistry/types';

radius: 0.14,
colorscheme: 'Jmol'
},
sphere: {
scale: 0.3,
colorscheme: 'Jmol'
},

@@ -29,0 +31,0 @@ }

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