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

@graffy/fill

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/fill - npm Package Compare versions

Comparing version 0.14.6-alpha3 to 0.14.6-alpha4

6

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.14.6-alpha3",
"version": "0.14.6-alpha4",
"main": "index.js",

@@ -17,5 +17,5 @@ "source": "src/index.js",

"@babel/runtime-corejs3": "^7.8.4",
"@graffy/common": "0.14.6-alpha3",
"@graffy/stream": "0.14.6-alpha3"
"@graffy/common": "0.14.6-alpha4",
"@graffy/stream": "0.14.6-alpha4"
}
}

@@ -42,3 +42,3 @@ import { merge, slice, sieve, add, finalize } from '@graffy/common';

value = await store.call('read', unknown);
value = await store.call('read', unknown, { skipCache: true });
}

@@ -45,0 +45,0 @@ value = value && slice(value, unknown).known;

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

_context.next = 13;
return store.call('read', unknown);
return store.call('read', unknown, {
skipCache: true
});

@@ -87,0 +89,0 @@ case 13:

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