@circle-dna/react-context-provider 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of @circle-dna/react-context-provider might be problematic. Click here for more details.
- package/dist/react-context-provider.esm.js +3059 -0
- package/package.json +17 -0
package/package.json
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"name": "@circle-dna/react-context-provider",
|
3
|
+
"version": "1.0.2",
|
4
|
+
"description": "",
|
5
|
+
"main": "dist/react-context-provider.esm.js",
|
6
|
+
"dependencies": {
|
7
|
+
"uuid": "^10.0.0",
|
8
|
+
"axios":"^1.7.2",
|
9
|
+
"jwt-decode": "^4.0.0",
|
10
|
+
"moment":"^2.30.1"
|
11
|
+
},
|
12
|
+
"scripts": {
|
13
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
14
|
+
},
|
15
|
+
"author": "",
|
16
|
+
"license": "ISC"
|
17
|
+
}
|