
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Easy data for everyone, from everywhere. 🤤
Follow these simple instructions to get set up and ready to use Clauneck.
npm is the package manager for javascript
Read about npm here 💩
(I personally like using yarn 🙉 )
View the NPM page for Clauneck here 📄
Install Clauneck just like any other package: 📦
With NPM:
npm i -s clauneck
With Yarn:
yarn add clauneck
And use it:
const clauneck = require('clauneck');
Or, with TypeScript
import * as clauneck from 'clauneck'
or commands individually
import { users, get } from 'clauneck'
Assuming that clauneck is assigned to the clauneck variables 🙊
These all return promises and were created using async/await! ❤️
Gets data from a user 🌍
clauneck.get(
path: string,
options?: object
);
Merges, updates data 🎉
clauneck.set(
path: string,
psk: string,
newData: any,
options?: object
);
Sends a request to the Clauneck API
clauneck.clnk(
cmd: string
params?: object
);
Get the users! 🤼
clauneck.users();
Creates a new user 🎉
clauneck.create(
name: string,
psk: string
);
Changes a user's password 🔑
clauneck.psk(
handle: string,
oldPsk: object,
newPsk: object
);
Changes a user's name 🙌
clauneck.name(
handle: string,
psk: string,
newName: string
);
Gets a user's id and name ❓
clauneck.user(
handle: string
);
Checks a user's handle and password combo 🔐
clauneck.check(
handle: string,
psk: string
);
Checks if a user exists 🐦
clauneck.exists(
handle: string
);
⚠️ Returns a string, not a promise!
This makes a name safe for clauneck.
clauneck.safeName(
name: string
);
⚠️ Returns a string, not a promise!
This makes a proper handle for clauneck.
clauneck.safeHandle(
handle: string
);
Clauneck is an easy to use database for your data. 😘
If you catch something or want to work on Clauneck, it is open-sourced on GitHub!
Thanks for reading. 🎉🎉
FAQs
A library that interacts with the Clauneck API
We found that clauneck 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.