@booker25/sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@booker25/sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Package allowing for the easy use of Booker25 APIs.", | ||
"keywords": ["Booker25"], | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"author": "Booker25 <b25@gen25.com>", | ||
"scripts": { | ||
"prepare": "yarn build", | ||
"build": "tsc --project tsconfig.build.json", | ||
"interactive": "yarn build && node nodeSetup.js" | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "tsc --project tsconfig.build.json", | ||
"build:esm": "tsc --project tsconfig.esm.json", | ||
"interactive": "yarn build:cjs && node nodeSetup.js" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"devDependencies": { | ||
@@ -22,3 +27,6 @@ "@types/jest": "^27.5.1", | ||
"typescript": "^4.7.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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 2 instances in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
149631
94
3679
13