Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 708af5b

Browse files
Merge pull request #37 from schoenbergerb/33-deprecate-obfuscate-functional-call
33 deprecate obfuscate functional call
2 parents 0e5222a + df869e0 commit 708af5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noscrape/noscrape",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "protect your content from scraping",
55
"homepage": "https://noscrape-example.vercel.app",
66
"keywords": [

src/obfuscate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { value2glyphs } from "./value2glyphs";
66
import { obfuscateValue } from "./obfuscate/value";
77

88
/**
9+
* @deprecated use object-orientated approach instead -> const noscrape = new Noscrape('path/to/font')
910
* @param value object which will be translated
1011
* @param fontFilePath
1112
* @param options

0 commit comments

Comments
 (0)