@genezio/auth
Advanced tools
Comparing version 2.0.9-dev to 2.0.10-dev
{ | ||
"name": "@genezio/auth", | ||
"version": "2.0.9-dev", | ||
"version": "2.0.10-dev", | ||
"description": "SDK for accessing genezio authentication system.", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"main": "./lib/index.js", | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
@@ -15,6 +13,10 @@ "devDependencies": { | ||
}, | ||
"dependencies": { | ||
"genezio-remote": "1.0.0" | ||
}, | ||
"bundleDependencies": [ | ||
"genezio-remote" | ||
], | ||
"scripts": { | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build": "npm run build:cjs && npm run build:esm" | ||
"build": "tsc" | ||
}, | ||
@@ -21,0 +23,0 @@ "keywords": [ |
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 3 instances in 1 package
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16176
11
186
1
4
+ Addedgenezio-remote@1.0.0