
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@encapsule/arccore
Advanced tools
Encapsule Project Addressable Resource Cell (ARC) core algorithms runtime library package.
Encapsule Project Addressable Resource Cell (ARC) core algorithms runtime library package.
Package: @encapsule/arccore v0.3.6-bigsnowlake build d21KCDYhQ4OteRdl6AO9Gw
Sources: @encapsule/dpmr-arc-core-at#0f31e3fdb2c840b53e4aaf5378331f496a3c2b76
Purpose: library (Node.js + HTML5)
Created: 2022-05-12T04:50:51.000Z
License: MIT
@encapsule/arccore Package Distribution (npmjs)
@encapsule/arccore Package Repo (GitHub)
@encapsule/arccore Package Issues (GitHub)
The @encapsule/arccore
package contains runtime algorithms for schematizing, filtering, routing, and modeling strongly-typed in-memory data with mathematical graphs and JSON-serializable data types for use in Node.js and HTML5 application services implemented in JavaScript.
Add the @encapsule/arccore
package to your Node.js project's package.json
manifest:
@encapsule/arccore
package:$ mkdir testProject && cd testProject
$ npm init --yes
$ npm install @encapsule/arccore --save-dev
index.js
:const arccore = require('@encapsule/arccore');
console.log(JSON.stringify(arccore.__meta));
/* ... your derived code here ... */
The @encapsule/arrccore
package is a pre-tested, minified, self-contained, distribution package containing runtime algorithms used to build Node.js and HTML5 infrastructure and advanced data-driven application services.
Build self-documenting functions with strong data type and value constraint enforcement provided automatically at runtime.
Register a set of ARCcore.filter intances to create a "discriminator" filter that "routes" calls to a specific filter in the set based on the shape of the request.
Directed graph container class and algorithms for modeling and analyzing directed graph datasets in memory.
Generate non-cryptographic object signatures and random keys in 6-character (32-bit) and 22-character (128-bit) Internet Routable Unique Token (IRUT) string format.
Note: The @encapsule/arccore.identifier
runtime library leverages the uuid
and murmurhash-js
npm packages that are included this this package as bundled dependencies.
A collection of functions for testing and comparing the type of in-memory entities.
A collection of utility functions used primarily by other libraries contained in the arccore package.
The @encapsule/arccore
package includes the minified source code for MIT-licensed packages murmurhash-js and uuid.
If your derived application/service requires either of these packages, use the same version bundled in the @encapsule/arccore
package via __bundle
export object:
const arccore = require("@encapsule/arccore");
const murmurhash_js = arccore.__bundle.murmurhash_js;
const uuid = arccore.__bundle.uuid;
Published under MIT license by Encapsule Project
Copyright © 2012-2022 Chris Russell
GitHub: https://github/encapsule
Twitter: https://twitter.com/encapsule
FAQs
Encapsule Project Addressable Resource Cell (ARC) core algorithms runtime library package.
The npm package @encapsule/arccore receives a total of 6 weekly downloads. As such, @encapsule/arccore popularity was classified as not popular.
We found that @encapsule/arccore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.