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

object-tagger

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-tagger - npm Package Compare versions

Comparing version

to
0.1.1

6

lib/TaggerImmutable.js

@@ -102,4 +102,6 @@ // @flow

if (value === undefined || typeof value === 'number') {
key = key.replace(new RegExp(tagSuffix + '$'), '');
if (tagKeys.has(key)) {
// '' + tagSuffix is also potentially a valid tag
// if the empty string was a key
const match = key.match(new RegExp('(.*)' + tagSuffix + '$'));
if (match && tagKeys.has(match[1])) {
return true;

@@ -106,0 +108,0 @@ }

{
"name": "object-tagger",
"version": "0.1.0",
"version": "0.1.1",
"description": "Takes a POJO and tags specified keys with unique numbers.",

@@ -5,0 +5,0 @@ "keywords": [