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.0 to 6.0.1

6

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

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

"@furystack/inject": "^4.0.2",
"@furystack/logging": "^2.0.2",
"@furystack/logging": "^2.0.3",
"@sensenet/client-utils": "^1.5.1",

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

"typings": "./dist/index.d.ts",
"gitHead": "ed7937b9607e4c296683ffea8afb27a09243f839"
"gitHead": "22ea98c2afdeb55fd9b357f2176861e511e0266d"
}

@@ -33,3 +33,3 @@ import { FSWatcher, readFile as nodeReadFile, watch, writeFile as nodeWriteFile } from 'fs'

public tick = setInterval(() => this.saveChanges(), this.options.tickMs || 3000)
private hasChanges: boolean = false
private hasChanges = false
public async get(key: T[this['primaryKey']]) {

@@ -36,0 +36,0 @@ return await this.fileLock.execute(async () => {

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