@airstack/airstack-react
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "@airstack/airstack-react", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"type": "module", | ||
@@ -12,3 +12,5 @@ "scripts": { | ||
"test": "vitest", | ||
"prepack": "npm run build" | ||
"copy-package-json": "cp package.json dist/", | ||
"publish-ready": "npm run build && npm run copy-package-json", | ||
"publish-package": "npm run publish-ready && cd dist/ && npm publish" | ||
}, | ||
@@ -50,17 +52,5 @@ "dependencies": { | ||
], | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js" | ||
}, | ||
"./hooks": { | ||
"types": "./dist/hooks/index.d.ts", | ||
"import": "./dist/hooks/index.js", | ||
"require": "./dist/hooks/index.js" | ||
} | ||
} | ||
"main": "./index.js", | ||
"module": "./index.js", | ||
"types": "./index.d.ts" | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
2
1629
1
0
2
0