Socket
Socket
Sign inDemoInstall

@webspellchecker/wproofreader-sdk-js

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

5

package.json
{
"name": "@webspellchecker/wproofreader-sdk-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "WProofreader SDK package to simplify the integration into modern JavaScript applications.",

@@ -20,3 +20,4 @@ "repository": {

"license": "Apache-2.0",
"files":[
"main": "src/wproofreadersdk.js",
"files": [
"src"

@@ -23,0 +24,0 @@ ],

12

README.md

@@ -26,3 +26,3 @@ # WProofreader SDK JavaScript

Please note that the configure method needs to be called in the file that initializes the application.
Please note that the `configure` method needs to be called in the file that initializes the application.

@@ -40,5 +40,5 @@ ```js

#### Option A: Using ‘autoSearch’ option
#### Option A: Using `autoSearch` option
Automatically enable WProofreader when an editable container gains focus. Add `autoSearch: true` to your configure method if you haven't already.
Automatically enable WProofreader when an editable container gains focus. Add `autoSearch: true` to your `configure` method if you haven't already.

@@ -53,3 +53,3 @@ ```js

#### Option B: Using ‘data-wsc-autocreate’ data attribute
#### Option B: Using `data-wsc-autocreate` data attribute

@@ -66,3 +66,3 @@ Add the `data-wsc-autocreate="true"` attribute to your editable container (e.g. textarea) to initialize WProofreader automatically with the page load (no need to set the focus). This must be applied to static elements that are part of the initial HTML markup.

Use init method to inialize WProofreader in a container. You can specify the other configuration options for the local initialization if needed. Or skip using configure method all together and set all the options directly in the init method.
Use `init` method to inialize WProofreader in a container. You can specify the other configuration options for the local initialization if needed. Or skip using `configure` method all together and set all the options directly in the `init` method.

@@ -124,2 +124,2 @@ ```js

## License
The source code in this repository is licensed under the Apache 2.0 license. Please note that while the code is open-source, the usage of the WProofreader service is governed by separate terms. Refer to the LICENSE.md for detailed licensing information and related links.
The source code in this repository is licensed under the Apache 2.0 license. Please note that while the code is open-source, the usage of the WProofreader service is governed by separate [terms](https://webspellchecker.com/legal/). Refer to the [LICENSE.md](https://github.com/WebSpellChecker/wproofreader-sdk-js/blob/master/LICENSE.md) for detailed licensing information and related links.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc