Comparing version 0.5.21 to 0.5.22
{ | ||
"private": false, | ||
"version": "0.5.21", | ||
"version": "0.5.22", | ||
"name": "rko", | ||
@@ -18,2 +18,5 @@ "author": { | ||
"license": "MIT", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"main": "./dist/cjs/index.js", | ||
@@ -23,8 +26,13 @@ "module": "./dist/esm/index.js", | ||
"scripts": { | ||
"start": "node scripts/dev & tsc --watch --incremental --emitDeclarationOnly --declarationMap --outDir dist/types", | ||
"build": "yarn clean && node scripts/build && tsc --project tsconfig.build.json --emitDeclarationOnly --outDir dist/types", | ||
"start:pre": "node scripts/pre-dev && yarn types:pre", | ||
"start": "node scripts/dev & yarn types:dev", | ||
"build": "yarn clean && node scripts/build && yarn types:build", | ||
"types:pre": "tsc", | ||
"types:dev": "tsc --watch", | ||
"types:build": "tsc --project tsconfig.build.json", | ||
"lint": "eslint src/ --ext .ts,.tsx", | ||
"clean": "rm -rf dist", | ||
"ts-node": "ts-node", | ||
"docs": "typedoc --entryPoints src/index.ts" | ||
"docs": "typedoc", | ||
"docs:watch": "typedoc --watch" | ||
}, | ||
@@ -54,3 +62,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8236444ed6a2b7872a29794c2185c2abfe778c7f" | ||
"gitHead": "775d610e168c118ebe86102b4dc1eec150b108ad" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
39232
11
223
1