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 5.1.2 to 5.1.3

1

dist/FileStore.js

@@ -25,2 +25,3 @@ "use strict";

try {
this.reloadData();
this.watcher = fs_1.watch(this.options.fileName, { encoding: 'buffer' }, () => {

@@ -27,0 +28,0 @@ this.logger.verbose({

4

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

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

"typings": "./dist/index.d.ts",
"gitHead": "a1e3f2d18e83c7856ccd2015514541a8aba15c77"
"gitHead": "c864ccc3b136bf08f75c00c86ea5aa2942c9bde6"
}

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

try {
this.reloadData()
this.watcher = watch(this.options.fileName, { encoding: 'buffer' }, () => {

@@ -162,0 +163,0 @@ this.logger.verbose({

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