Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@furystack/core

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/core - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

4

dist/Models/User.d.ts
/**
* The default unauthenticated user
*/
export declare const visitorUser: User;
/**
* Class model that represents an application user

@@ -7,0 +3,0 @@ */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* The default unauthenticated user
*/
exports.visitorUser = {
username: 'Visitor',
roles: ['Visitor'],
};
/**
* Class model that represents an application user

@@ -12,0 +5,0 @@ */

6

package.json
{
"name": "@furystack/core",
"version": "6.0.3",
"version": "6.0.4",
"description": "Core FuryStack package",

@@ -49,3 +49,3 @@ "main": "dist/index.js",

"@furystack/inject": "^4.0.2",
"@furystack/logging": "^2.0.5",
"@furystack/logging": "^2.0.6",
"@sensenet/client-utils": "^1.5.1",

@@ -60,3 +60,3 @@ "semaphore-async-await": "^1.5.1"

"typings": "./dist/index.d.ts",
"gitHead": "d4be768b87c639857e3240aaa3963df8491e4fcc"
"gitHead": "6ee41a3671867559cec258f707d0d963831c976b"
}
/**
* The default unauthenticated user
*/
export const visitorUser: User = {
username: 'Visitor',
roles: ['Visitor'],
}
/**
* Class model that represents an application user

@@ -11,0 +3,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc