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

cheminfo-types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheminfo-types - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

src/core/FromTo.d.ts

14

package.json
{
"name": "cheminfo-types",
"version": "0.6.0",
"version": "0.7.0",
"description": "Types for cheminfo packages and cheminfo data schema ",

@@ -17,2 +17,4 @@ "main": "./src/index.d.ts",

"eslint-fix": "npm run eslint -- --fix",
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run eslint && npm run check-types",

@@ -30,9 +32,9 @@ "generate-json": "ts-node json/buildJSON.ts"

"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-cheminfo-typescript": "^8.0.9",
"eslint": "^8.1.0",
"eslint-config-cheminfo-typescript": "^10.2.2",
"js-yaml": "^4.1.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4",
"typescript-json-schema": "^0.50.0"
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"typescript-json-schema": "^0.51.0"
}
}

@@ -10,1 +10,6 @@ export { DataXY } from './core/DataXY';

export { Range } from './core/Range';
export { FromTo } from './core/FromTo';
export { FromToXY } from './core/FromToXY';
export { PointXY } from './core/PointXY';
export { TextData } from './core/TextData';

@@ -0,1 +1,2 @@

import { Instrument } from '../../../todo/general/Instrument.d';
import { DoubleArray } from '../../core/DoubleArray';

@@ -20,5 +21,8 @@

dataType?: string;
settings?: Record<string, any>;
settings?: {
instrument?: Instrument;
[key: string]: any;
};
meta?: Record<string, any>;
derived?: Record<string, any>;
}
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