@arextest/web-record-sdk
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+3
-3
| { | ||
| "name": "@arextest/web-record-sdk", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "type": "module", | ||
| "main": "dist/arex-record-sdk.umd.js", | ||
| "module": "dist/arex-record-sdk.es.js", | ||
| "main": "dist/web-record-sdk.umd.js", | ||
| "module": "dist/web-record-sdk.es.js", | ||
| "files": [ | ||
@@ -8,0 +8,0 @@ "dist/**/**", |
+4
-4
@@ -8,3 +8,3 @@ ### AREX RECORD SDK | ||
| ```bash | ||
| npm install @arextest/arex-record-sdk | ||
| npm install @arextest/web-record-sdk | ||
| ``` | ||
@@ -28,3 +28,3 @@ | ||
| d.body.appendChild(s); | ||
| })(window, document, 'https://unpkg.com/@arextest/arex-record-sdk'); | ||
| })(window, document, 'https://unpkg.com/@arextest/web-record-sdk'); | ||
| </script> | ||
@@ -36,3 +36,3 @@ ``` | ||
| ```javascript | ||
| import ArexRecordSdk from '@arextest/arex-record-sdk'; | ||
| import ArexRecordSdk from '@arextest/web-record-sdk'; | ||
@@ -48,3 +48,3 @@ new ArexRecordSdk({ | ||
| ```javascript | ||
| import ArexRecordSdk from '@arextest/arex-record-sdk'; | ||
| import ArexRecordSdk from '@arextest/web-record-sdk'; | ||
@@ -51,0 +51,0 @@ const skd = new ArexRecordSdk({ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
177717
03
50%