
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
codelessdev
Advanced tools
Compiler and testing for development with codeless components
npm install codelessdev
yarn add codelessdev
In the root directory add the file codelessdev.json
port: The port the static dev site will run on. default: 8888
siteDirectory: The root folder for the static dev site. default: ''
sourceDirectory: The directory that contains the source .ts files to compile. default: 'src'
compileOutDirectory: The directory that the javascript output will go. default: 'dist'
defaultEntry: The glob pattern or file path to run the initial compile on. default: 'src/**/*.ts'
Example: codelessdev --server --compile --watch
--server: Starts a server at https://localhost:[port specified in config options].
--watch: Enables file watching in the directory specified in the config property sourceDirectory.
--compile: Compiles typescript files
Compiles typescript files using ESNext module and ES2020 target.
Replaces const file = require('file.html|css|scss') with const file = '{minified html|css|scss}'.
Ensures import resolves to a valid file on output. i.e. import mod from 'dir/file' is properly output to import mod from 'dir/file.js'.
Generates a schema file for components based on the AST/jsDoc of the file
FAQs
Compiler and testing for development with codeless components
We found that codelessdev 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.