New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wordprocessor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordprocessor - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+3
-3
index.js

@@ -14,5 +14,5 @@ 'use strict';

console.log(textBlock.trim().split(' '));
if (textBlock.trim().split(' ').length === 1 && textBlock.trim().split(' ')[0] === '') {
if (textBlock.trim().split(' ').length === 1
&& textBlock.trim().split(' ')[0] === ''
) {
return 0;

@@ -19,0 +19,0 @@ }

{
"name": "wordprocessor",
"version": "1.1.1",
"version": "1.1.2",
"description": "Process the word",

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