Socket
Socket
Sign inDemoInstall

@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.6.8 to 0.6.9

8

CHANGELOG.md

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

## [0.6.9](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.6.8...@openchemistry/utils@0.6.9) (2019-06-27)
**Note:** Version bump only for package @openchemistry/utils
## [0.6.8](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/utils@0.6.7...@openchemistry/utils@0.6.8) (2019-05-24)

@@ -8,0 +16,0 @@

1

dist/colors.d.ts

@@ -7,1 +7,2 @@ export declare function color2rgb(color: string): [number, number, number];

export declare const redYelBlu: [number, number, number][];
export declare const redBlue: [number, number, number][];

@@ -72,1 +72,7 @@ // import { isNil } from 'lodash-es';

];
export var redBlue = [
[1, 0, 0],
[1, 0, 0],
[0, 0, 1],
[0, 0, 1]
];

4

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

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

},
"gitHead": "d63a49ee082a0791b55dc2409da7748ac21b1e9a"
"gitHead": "697b5fe419690c604fb02208b87c71866df4413e"
}

@@ -68,4 +68,2 @@ // import { isNil } from 'lodash-es';

export const gray : [number, number, number][] = [

@@ -87,1 +85,7 @@ [0, 0, 0],

export const redBlue : [number, number, number][] = [
[1, 0, 0],
[1, 0, 0],
[0, 0, 1],
[0, 0, 1]
]
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