Socket
Socket
Sign inDemoInstall

text-to-svg

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

.gitignore

6

CHANGELOG.md
# CHANGELOG
## 3.1.4
- Tested on Node.js v10.15.2
- Update dependencies.
- `opentype.js`: `0.7.3` -> `0.11.0`
## 3.1.3

@@ -4,0 +10,0 @@

23

package.json
{
"name": "text-to-svg",
"version": "3.1.3",
"version": "3.1.4",
"description": "Convert text to SVG path without native dependence.",

@@ -50,8 +50,9 @@ "main": "index.js",

"commander": "^2.11.0",
"opentype.js": "0.7.3"
"opentype.js": "0.11.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"browserify": "^14.3.0",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"browserify": "^16.2.3",
"del": "^3.0.0",

@@ -61,13 +62,13 @@ "eslint-plugin-arrow-function": "^2.0.0",

"eslint-plugin-template-string": "^1.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.3.1",
"vinyl-source-stream": "^1.1.0"
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"vinyl-source-stream": "^2.0.0"
},
"babel": {
"presets": [
"es2015"
"@babel/preset-env"
]
}
}
# text-to-svg
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][dependency-image]][dependency-url] [![Gitter][gitter-image]][gitter-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

@@ -180,5 +180,3 @@ Convert text to SVG path without native dependence.

[travis-image]: https://travis-ci.org/shrhdk/text-to-svg.svg?branch=master
[dependency-url]: https://gemnasium.com/shrhdk/text-to-svg
[dependency-image]: https://gemnasium.com/shrhdk/text-to-svg.svg
[gitter-url]: https://gitter.im/shrhdk/text-to-svg
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc