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 0.2.2 to 0.2.3

2

dist/Models/IUser.js

@@ -5,3 +5,3 @@ "use strict";

exports.visitorUser = {
Id: 0,
Id: 1,
Username: "Visitor",

@@ -8,0 +8,0 @@ Roles: [SystemRoles_1.SystemRoles.Visitors],

{
"name": "@furystack/core",
"version": "0.2.2",
"version": "0.2.3",
"description": "Core FuryStack package",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,3 +6,3 @@ import { SystemRoles } from "../SystemRoles";

export const visitorUser: IUser = {
Id: 0,
Id: 1,
Username: "Visitor",

@@ -9,0 +9,0 @@ Roles: [SystemRoles.Visitors],

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