Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
This project is meant to be a simple to use Javascript library that we include on all Keen IO web projects to track pageviews with a consistent approach and data model. It's meant to be dropped into Keen-Statics, Keen-Web and all other upcoming web projects to track pageviews without requiring any advanced configuration. Core things to know about this library:
pageviews
events automatically on any page it's loaded on.firstInternalReferrer
, firstExternalReferrer
, and other referrer properties in a cookie to be sent along with each pageview
event.keen-tracking.js
library to handle tracking pageviews, setting up cookies, etc.Include the script from the CDN:
<!-- Metakeen.js -->
<script src="https://d26b395fwzu5fz.cloudfront.net/metakeen-1.2.1.min.js"></script>
<script>
$(document).ready(function(){
window.metakeenClient = new window.Metakeen({
enabled: true,
debug: true,
projectId: PROJECT_ID,
writeKey: PROJECT_WRITE_KEY
});
});
</script>
npm run build
.master
.package.json
.deploy
npm task to get the new version on to our CDN.keen-statics
, keen-web
and any other project that uses this library to the latest version.FAQs
Core pageview tracking shared across all Keen web projects.
The npm package metakeen receives a total of 4 weekly downloads. As such, metakeen popularity was classified as not popular.
We found that metakeen 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.