Socket
Socket
Sign inDemoInstall

happy-dom

Package Overview
Dependencies
3
Maintainers
1
Versions
558
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

1

lib/nodes/elements/SVGSVGElement.d.ts

@@ -9,2 +9,3 @@ import SVGGraphicsElement from './SVGGraphicsElement';

import SVGTransform from '../../html-element/SVGTransform';
import SVGAnimatedRect from '../../html-element/SVGAnimatedRect';
/**

@@ -11,0 +12,0 @@ * SVGSVGElement.

3

lib/nodes/elements/SVGSVGElement.js

@@ -33,2 +33,3 @@ "use strict";

var SVGTransform_1 = __importDefault(require("../../html-element/SVGTransform"));
var SVGAnimatedRect_1 = __importDefault(require("../../html-element/SVGAnimatedRect"));
var SVGSVGElementPropertyAttributes = __importStar(require("./SVGSVGElementPropertyAttributes.json"));

@@ -82,3 +83,3 @@ /**

get: function () {
return new SVGAnimatedRect();
return new SVGAnimatedRect_1.default();
},

@@ -85,0 +86,0 @@ enumerable: true,

{
"name": "happy-dom",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom#readme",

@@ -9,2 +9,3 @@ import SVGGraphicsElement from './SVGGraphicsElement';

import SVGTransform from '../../html-element/SVGTransform';
import SVGAnimatedRect from '../../html-element/SVGAnimatedRect';
import * as SVGSVGElementPropertyAttributes from './SVGSVGElementPropertyAttributes.json';

@@ -11,0 +12,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc