
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@casual-simulation/causal-tree-store-browser
Advanced tools
A causal tree store that supports browser environments
A causal tree store that stores data in Indexed DB.
import { BrowserCausalTreeStore } from '@casual-simulation/causal-tree-store-browser';
demo();
async function demo() {
const store = new BrowserCausalTreeStore();
await store.init();
const storedCausalTree = await store.get('example');
// TODO: Create a causal tree from the stored version.
}
V1.5.7
imuPortal
to support Safari on iOS.crypto.isEncrypted(cyphertext)
, crypto.asymmetric.isEncrypted(cyphertext)
, and crypto.asymmetric.isKeypair(keypair)
functions.
shared
space but was actually in the tempLocal
space.FAQs
A causal tree store that supports browser environments
The npm package @casual-simulation/causal-tree-store-browser receives a total of 5 weekly downloads. As such, @casual-simulation/causal-tree-store-browser popularity was classified as not popular.
We found that @casual-simulation/causal-tree-store-browser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.