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

@localizesh/processor-apple-strings

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localizesh/processor-apple-strings - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+5
-1
dist/utils.js

@@ -37,3 +37,3 @@ import { IdGenerator } from "@localizesh/sdk";

}
else if (line.substring(0, 2) === '//') {
else if (line.substring(0, 2) === '//' || line.substring(0, 1) === '#') {
currentComment = line.substring(2).trim();

@@ -57,2 +57,6 @@ return;

if (line === '' && !nextLineIsValue) {
if (currentComment) {
result = [...result, { comment: currentComment }];
currentComment = '';
}
return;

@@ -59,0 +63,0 @@ }

+2
-2

@@ -24,3 +24,3 @@ {

"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},

@@ -30,3 +30,3 @@ "peerDependencies": {

},
"version": "0.1.1"
"version": "0.1.2"
}