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

@graffy/cache

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/cache - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

2

dst/index.js

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

var cache = [];
store.on('get', [],
store.on('read', [],
/*#__PURE__*/

@@ -22,0 +22,0 @@ function () {

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

"author": "aravind (https://github.com/aravindet)",
"version": "0.11.0",
"version": "0.12.0",
"main": "dst/index.js",

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

"@babel/runtime-corejs3": "^7.5.5",
"@graffy/common": "0.11.0"
"@graffy/common": "0.12.0"
}
}

@@ -7,3 +7,3 @@ import { merge, slice } from '@graffy/common';

store.on('get', [], async (query, options, next) => {
store.on('read', [], async (query, options, next) => {
if (options.skipCache) return next(query);

@@ -10,0 +10,0 @@ const { known, unknown } = slice(cache, query);

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