Socket
Socket
Sign inDemoInstall

beautiful-dom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautiful-dom - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

dist/index.d.ts

@@ -1,2 +0,1 @@

import BeautifulDom from './beautifuldom';
export default BeautifulDom;
export { default as BeautifulDom } from './beautifuldom';
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var beautifuldom_1 = __importDefault(require("./beautifuldom"));
module.exports = beautifuldom_1.default;
var beautifuldom_1 = require("./beautifuldom");
exports.BeautifulDom = beautifuldom_1.default;
{
"name": "beautiful-dom",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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