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

svg2ttf

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg2ttf - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

6.0.3 / 2021-08-21
------------------
- xmldom => @xmldom/xmldom
6.0.2 / 2021-07-01

@@ -2,0 +8,0 @@ ------------------

2

lib/svg.js

@@ -6,3 +6,3 @@ 'use strict';

var svgpath = require('svgpath');
var DOMParser = require('xmldom').DOMParser;
var DOMParser = require('@xmldom/xmldom').DOMParser;
var ucs2 = require('./ucs2');

@@ -9,0 +9,0 @@

{
"name": "svg2ttf",
"version": "6.0.2",
"version": "6.0.3",
"description": "Converts SVG font to TTF font",

@@ -33,3 +33,3 @@ "keywords": [

"svgpath": "^2.1.5",
"xmldom": "~0.6.0"
"@xmldom/xmldom": "^0.7.2"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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