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

hyphenopoly

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyphenopoly - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

Hyphenopoly_Loader.js
/**
* @license Hyphenopoly_Loader 5.2.0 - client side hyphenation
* @license Hyphenopoly_Loader 5.2.1 - client side hyphenation
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com)

@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly

/**
* @license Hyphenopoly 5.2.0 - client side hyphenation for webbrowsers
* @license Hyphenopoly 5.2.1 - client side hyphenation for webbrowsers
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com)

@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly

/**
* @license Hyphenopoly.module.js 5.2.0 - hyphenation for node
* @license Hyphenopoly.module.js 5.2.1 - hyphenation for node
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com)

@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly

/**
* @license Hyphenopoly_Loader 5.2.0 - client side hyphenation
* @license Hyphenopoly_Loader 5.2.1 - client side hyphenation
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com)

@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly

/**
* @license Hyphenopoly 5.2.0 - client side hyphenation for webbrowsers
* @license Hyphenopoly 5.2.1 - client side hyphenation for webbrowsers
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com)

@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly

{
"name": "hyphenopoly",
"version": "5.2.0",
"version": "5.2.1",
"description": "Hyphenation for node and Polyfill for client-side hyphenation.",

@@ -45,8 +45,9 @@ "keywords": [

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"all-contributors-cli": "^6.26.1",
"assemblyscript": "^0.27.14",
"c8": "^8.0.1",
"assemblyscript": "^0.27.11",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-security": "^1.7.1",

@@ -56,6 +57,6 @@ "remark-cli": "^12.0.0",

"remark-preset-lint-recommended": "^6.1.3",
"tap": "^18.4.2",
"terser": "^5.21.0",
"tap": "^18.5.2",
"terser": "^5.22.0",
"typescript": "^5.2.2",
"yaml": "^2.3.2"
"yaml": "^2.3.3"
},

@@ -69,3 +70,6 @@ "remarkConfig": {

"c8": {
"reporter": ["lcov", "text"],
"reporter": [
"lcov",
"text"
],
"reports-dir": ".c8/"

@@ -82,3 +86,3 @@ },

"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts && remark -q *.md && remark -q */*.md",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts testsuite/* && remark -q *.md && remark -q */*.md",
"prepare": "sh ./tools/minify.sh",

@@ -85,0 +89,0 @@ "beforeRelease": "npm run prepare && cp -R ./min ./docs/ && cp ./examples/example.html ./docs/min/ && cp -R ./examples/webpack/dist ./docs/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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