Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@xylabs/libauth

Package Overview
Dependencies
Maintainers
5
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/libauth - npm Package Compare versions

Comparing version
5.1.2
to
5.1.3
+5
-1
dist/browser/index.mjs

@@ -1,1 +0,5 @@

var libauth=1;export{libauth};
// src/index.ts
var libauth = 1;
export {
libauth
};
+1
-1

@@ -6,2 +6,2 @@ // src/index.ts

};
//# sourceMappingURL=index.mjs.map
//# sourceMappingURL=index.mjs.map

@@ -1,1 +0,7 @@

{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/** @deprecated use actual libauth instead */\nexport const libauth = 1\n"],"mappings":";AACO,IAAM,UAAU;","names":[]}
{
"version": 3,
"sources": ["../../src/index.ts"],
"sourcesContent": ["/** @deprecated use actual libauth instead */\nexport const libauth = 1\n"],
"mappings": ";AACO,IAAM,UAAU;",
"names": []
}

@@ -1,1 +0,5 @@

var libauth=1;export{libauth};
// src/index.ts
var libauth = 1;
export {
libauth
};
{
"name": "@xylabs/libauth",
"version": "5.1.2",
"version": "5.1.3",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -44,6 +44,6 @@ "keywords": [

"devDependencies": {
"@xylabs/toolchain": "~7.13.15",
"@xylabs/tsconfig": "~7.13.15",
"@xylabs/toolchain": "~8.0.4",
"@xylabs/tsconfig": "~8.0.4",
"eslint": "^10.3.0",
"typescript": "^5.9.3"
"typescript": "^6.0.3"
},

@@ -50,0 +50,0 @@ "engines": {