Gathering detailed insights and metrics for base-fragment-cache
Gathering detailed insights and metrics for base-fragment-cache
Gathering detailed insights and metrics for base-fragment-cache
Gathering detailed insights and metrics for base-fragment-cache
Base plugin that adds fragment-cache support to your Base application
npm install base-fragment-cache
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63.2
Supply Chain
48.3
Quality
73.4
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
4 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jan 31, 2025
Latest Version
0.1.1
Package Id
base-fragment-cache@0.1.1
Size
1.65 kB
NPM Version
3.8.9
Node Version
6.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
3
Base plugin that adds fragment-cache support to your Base application
Install with npm:
1$ npm install base-fragment-cache --save
Register the plugin with your base application:
1var Base = require('base'); 2var base = new Base(); 3var fragment = require('base-fragment-cache'); 4base.use(fragment()); 5 6// set a value on cache "foo" 7base.fragment.set('foo', 'one', 'two'); 8 9// get the value of property "one" from cache "foo" 10var one = base.fragment.get('foo', 'one'); 11//=> 'two'
See fragment-cache for API documentation and additional information.
You might also be interested in these projects:
data
method to base-methods. | homepageoption
, enable
and disable
. See the readme… more | homepageThis document was generated by verb, please don't edit directly. Any changes to the readme must be made in .verb.md. See Building Docs.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Generate readme and API documentation with verb:
1$ npm install -g verb verb-readme-generator && verb
Install dev dependencies:
1$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb, v0.9.0, on June 07, 2016.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More