
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@syndicate-lang/create
Advanced tools
To create a new program/library using Syndicate/js, use yarn create @syndicate-lang DIRECTORY:
yarn create @syndicate-lang myprogram
cd myprogram
yarn
yarn serve
Then visit http://localhost:8000/. By default, the generated app expects a
syndicate-server to be running
on port 9001 exposing a dummy capability to a dataspace entity. Suitable configuration can be
found in the syndicate-server.config.pr file. Start
the server like this:
syndicate-server -c ./syndicate-server.config.pr
If you aren't writing a web app in Syndicate, you can remove the following files from the
generated module as well as the serve script from package.json:
index.htmlstyle.cssrollup.config.jssyndicate-server.config.prIn that case, your index.ts can be as simple as
import { Dataspace } from "@syndicate-lang/core";
Dataspace.boot(ds => {
/* your app goes here */
});
If you don't need to define any Preserves
schemas in your application,
remove the protocols/ directory as well as the various regenerate scripts and any mention
of the src/gen/ directory from package.json.
FAQs
Create a new Syndicate/js package
We found that @syndicate-lang/create demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.