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

dts-dom

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dts-dom - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

package.json
{
"name": "dts-dom",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/RyanCavanaugh/dts-dom",

@@ -12,3 +12,7 @@ "description": "DOM for TypeScript Declaration Files",

"author": "Ryan Cavanaugh",
"license": "Apache-2.0"
}
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/RyanCavanaugh/dts-dom"
}
}
`dts-dom` is a library for programatically generating TypeScript declaration files.
It is based mostly on the same [https://msdn.microsoft.com/en-us/library/y2k85ax6(v=vs.110).aspx](CodeDOM provided for C# and other .NET languages).
It is based mostly on the same [CodeDOM provided for C# and other .NET languages](https://msdn.microsoft.com/en-us/library/y2k85ax6(v=vs.110).aspx).

@@ -4,0 +4,0 @@ `dts-dom` automatically handles indentation, formatting, and proper placement of `declare` and `export` keywords.

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