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

@unified-latex/unified-latex-types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unified-latex/unified-latex-types - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

index.d.ts

40

package.json
{
"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"
}
}
}
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