@unified-latex/unified-latex-types
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@unified-latex/unified-latex-types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "type definitions for unified-latex", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"type": "module", | ||
"files": [ | ||
"dist/**/*.ts", | ||
"dist/**/*.js", | ||
"dist/**/*.map", | ||
"dist/**/*.json" | ||
], | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*js": "./dist/*js", | ||
"./*": "./dist/*.js" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc -b tsconfig.json" | ||
}, | ||
"repository": { | ||
@@ -40,3 +24,19 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/siefkenj/unified-latex#readme" | ||
} | ||
"homepage": "https://github.com/siefkenj/unified-latex#readme", | ||
"exports": { | ||
".": { | ||
"import": "index.js", | ||
"require": "index.cjs" | ||
}, | ||
"./*js": "./*js", | ||
"./*": { | ||
"import": "./*/index.js", | ||
"require": "./*/index.cjs", | ||
"types": "./*/index.d.ts" | ||
}, | ||
"./*/index": { | ||
"import": "./*/index.js", | ||
"require": "./*/index.cjs" | ||
} | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
33262
1
0
1