New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typo-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typo-js - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "typo-js",
"version": "1.2.3",
"version": "1.2.4",
"description": "A Hunspell-style spellchecker.",

@@ -5,0 +5,0 @@ "main": "typo.js",

@@ -627,2 +627,6 @@ /* globals chrome: false */

if (!aWord) {
return false;
}
// Remove leading and trailing whitespace

@@ -629,0 +633,0 @@ var trimmedWord = aWord.replace(/^\s\s*/, '').replace(/\s\s*$/, '');

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