Gathering detailed insights and metrics for pure-stamp
Gathering detailed insights and metrics for pure-stamp
Gathering detailed insights and metrics for pure-stamp
Gathering detailed insights and metrics for pure-stamp
jsrsasign
opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK)
chloride
node.js sodium bindings + pure js polyfil
@streamplace/chloride
node.js sodium bindings + pure js polyfil
npm install pure-stamp
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
46 Commits
2 Watchers
2 Branches
1 Contributors
Updated on Feb 22, 2017
Latest Version
0.2.1
Package Id
pure-stamp@0.2.1
Size
94.72 kB
NPM Version
3.10.9
Node Version
6.9.1
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
Creates an optimized pure compose function with dependencies tacked onto it for easy lib propagation.
npm install -S pure-stamp
1 2import React from 'react' 3import shallowCompare from 'react-addons-shallow-compare' 4import pureStamp from 'pure-stamp' 5 6const pure = pureStamp({ React, shallowCompare[, other[, libs ]] }[, defaults = {}]) 7 8/** Wraps commonly required dependencies for passing around a lib and optional defaults object for propagating configuration. */ 9const { React, PropTypes, cloneElement, other, libs, defaults } = pure 10 11/** PureStamp is a React component with shouldComponentUpdate implemented (shallowCompare). */ 12const PureComponent = pure (...desc?: Stamp|ReactDesc|SpecDesc[]) 13 14 15/** Need to stop shouldComponentUpdate for a minute? */ 16const ImpureComponent = pure.impure (...desc?: Stamp|ReactDesc|SpecDesc[]) 17
See react-stamp documentation on compose for usage.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
65 existing vulnerabilities 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