
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
fable-core
Advanced tools
Fable core lib & bindings for native JS objects, browser and node APIs
$ npm install --save fable-core
<ItemGroup>
<Reference Include="node_modules/fable-core/Fable.Core.dll" />
</ItemGroup>
#r "node_modules/fable-core/Fable.Core.dll"
open Fable.Core
open Fable.Import
When targeting the browser and using AMD instead of a module bundler, you can load Fable's core lib with require.js as follows:
<script src="node_modules/requirejs/require.js"></script>
<script>
requirejs.config({
// Set the baseUrl to the path of the compiled JS code
baseUrl: 'out',
paths: {
// Explicit path to core lib (relative to baseUrl, omit .js)
'fable-core': '../node_modules/fable-core/fable-core.min'
}
});
// Load the entry file of the app (use array, omit .js)
requirejs(["app"]);
</script>
FAQs
Fable core lib & bindings for native JS objects, browser and node APIs
The npm package fable-core receives a total of 142 weekly downloads. As such, fable-core popularity was classified as not popular.
We found that fable-core 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.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.