
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
objectDB is an open-source in memory javascript database inspired by vanillajs. Designed to help you put stuff in an object.
npm install --save objectdb
npm test
If the test fails. You need to stop and walk away from the computer slowly!
I cant believe you have to ask, ok here.
let objectDb = require('objectdb');
objectDb.name = 'smart ass';
console.log(objectDb.name);
Well no shit! Its an object!
To put it in the browsers storage
let objectDb = require('objectdb');
objectDb.name = 'smart ass';
// Set
localStorage.setItem("data", JSON.stringify(objectDb));
// Get
let data = JSON.parse(localStorage.getItem("data"));
console.log(data);
Oh yes it is smart ass!
Definition: "a structured set of data held in a computer, especially one that is accessible in various ways."
No
Why?
Steal it! Take it all for your own.
FAQs
An object
We found that objectdb 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.