Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@lava.ts/project
Advanced tools
Library to manage Wanadev's projects, by replacing obsidian-project
Lava.ts project
Typescript classes for structure and project-manager
npm install @lava.ts/project
import Structure from "@lava.ts/project/lib/Structure";
import { AutoSerializer } from "@lava.ts/serializable/lib/AutoSerializer";
import { addSerializer } from "@lava.ts/serializable/lib/serializers";
export class MyDataStructure extends Structure {
public static __name__ = "my-data-structure";
public __name__ = MyDataStructure.__name__;
get someInfo() {
return this.$data.someInfo;
}
set someInfo(someInfo) {
this.$data.someInfo = someInfo;
}
}
addSerializer(new AutoSerializer(MyDataStructure.__name__, MyDataStructure));
export default MyDataStructure;
Submit issue on github
Not open for contribution at the moment. Currently building the first steps of the librairy
BSD-3-Clause
Currently building the first steps of the library
FAQs
Library to manage Wanadev's projects, by replacing obsidian-project
We found that @lava.ts/project demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.