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

@magnetarjs/core

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/core - npm Package Compare versions

Comparing version 0.5.9-beta.2 to 0.5.10

dist/index.cjs.js

4

dist/index.js

@@ -349,3 +349,4 @@ var __defProp = Object.defineProperty;

const actionPromise = new Promise(async (resolve, reject) => {
if (actionName === "fetch") {
const force = (payload == null ? void 0 : payload.force) === true;
if (actionName === "fetch" && force) {
await writeLock.promise;

@@ -427,3 +428,2 @@ if (!_docId) {

if (actionName === "fetch") {
const force = (payload == null ? void 0 : payload.force) === true;
const optimisticFetch = !force;

@@ -430,0 +430,0 @@ if (optimisticFetch) {

{
"name": "@magnetarjs/core",
"version": "0.5.9-beta.2",
"version": "0.5.10",
"sideEffects": false,

@@ -30,3 +30,3 @@ "description": "Magnetar core library.",

"devDependencies": {
"@magnetarjs/test-utils": "0.5.9-beta.2"
"@magnetarjs/test-utils": "0.5.10"
},

@@ -33,0 +33,0 @@ "keywords": [

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