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

Commit

Permalink
Merge pull request #37 from schoenbergerb/33-deprecate-obfuscate-func…
Browse files Browse the repository at this point in the history
…tional-call

33 deprecate obfuscate functional call
  • Loading branch information
schoenbergerb authored Jan 4, 2024
2 parents 0e5222a + df869e0 commit 708af5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noscrape/noscrape",
"version": "0.5.1",
"version": "0.5.2",
"description": "protect your content from scraping",
"homepage": "https://noscrape-example.vercel.app",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/obfuscate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { value2glyphs } from "./value2glyphs";
import { obfuscateValue } from "./obfuscate/value";

/**
* @deprecated use object-orientated approach instead -> const noscrape = new Noscrape('path/to/font')
* @param value object which will be translated
* @param fontFilePath
* @param options
Expand Down

0 comments on commit 708af5b

Please sign in to comment.