cheminfo-types
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14175
8
454
1