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

dts-dom

Package Overview
Dependencies
Maintainers
2
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 3.1.0 to 3.1.1

2

bin/index.js

@@ -864,3 +864,3 @@ "use strict";

start(e.name);
if (e.value) {
if (e.value !== undefined) {
if (typeof e.value === 'string') {

@@ -867,0 +867,0 @@ print(" = \"" + e.value + "\"");

@@ -1184,3 +1184,3 @@ export interface DeclarationBase {

if (e.value) {
if (e.value !== undefined) {
if (typeof e.value === 'string') {

@@ -1187,0 +1187,0 @@ print(` = "${e.value}"`);

{
"name": "dts-dom",
"version": "3.1.0",
"version": "3.1.1",
"homepage": "https://github.com/RyanCavanaugh/dts-dom",

@@ -5,0 +5,0 @@ "description": "DOM for TypeScript Declaration Files",

Sorry, the diff of this file is not supported yet

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