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 1.7.0 to 1.7.1

cheminfoTypes.d.ts

24

package.json
{
"name": "cheminfo-types",
"version": "1.7.0",
"version": "1.7.1",
"description": "Types for cheminfo packages and cheminfo data schema ",
"main": "./index.js",
"types": "./cheminfoType.d.ts",
"types": "./cheminfoTypes.d.ts",
"keywords": [],

@@ -12,3 +12,3 @@ "author": "cheminfo developers",

"index.js",
"cheminfoType.d.ts"
"cheminfoTypes.d.ts"
],

@@ -18,3 +18,3 @@ "scripts": {

"check-types": "tsc --noEmit",
"prepack": "find src -name \"*.ts\" -exec grep -v import {} \\; > cheminfoType.d.ts",
"prepack": "find src -name \"*.ts\" -exec grep -v import {} \\; > cheminfoTypes.d.ts",
"eslint": "eslint src --cache",

@@ -24,3 +24,5 @@ "eslint-fix": "npm run eslint -- --fix",

"prettier-write": "prettier --write src",
"test": "npm run eslint && npm run check-types",
"test": "npm run test-only && npm run eslint && npm run check-types",
"pretest-only": "npm run prepack",
"test-only": "tsd",
"generate-json": "ts-node json/buildJSON.ts"

@@ -37,9 +39,11 @@ },

"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-cheminfo-typescript": "^11.2.2",
"eslint": "^8.39.0",
"eslint-config-cheminfo-typescript": "^11.3.1",
"js-yaml": "^4.1.0",
"prettier": "^2.7.1",
"typescript": "^4.9.3",
"typescript-json-schema": "^0.55.0"
"pino": "^8.11.0",
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"typescript": "^5.0.4",
"typescript-json-schema": "^0.56.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