1.1.4 • Published 8 years ago

css-obfuscator-yandex-task v1.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

#JSON Obfuscator

Build Status Coverage Status

Made for Yandex School task

A small library that obfuscate JSON file made for the second task by Alexander Malinovsky for Yandex School

Installation

npm i aveletsky/json-obfuscator-yandex-task -D

Usage

var obfuscator = require('json-obfuscator-yandex-task');
var data = ['asqq', 'qwww', 'asqq', 'vvf', 'vvf', 'vvf', 'gg'];

var obfuscatedObject = obfuscator(data);

Output should be {vvf: 'a', asqq: 'b', gg: 'c', qwww: 'd'}

Tests

npm test

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago