🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@stll/anonymize-linux-arm64-gnu

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stll/anonymize-linux-arm64-gnu - npm Package Compare versions

Comparing version
0.0.1-placeholder.0
to
2.0.0-alpha.1
+3
index.cjs
"use strict";
module.exports = require("./stella_anonymize_napi.node");

Sorry, the diff of this file is not supported yet

+24
-2
{
"name": "@stll/anonymize-linux-arm64-gnu",
"version": "0.0.1-placeholder.0",
"description": "Placeholder to bootstrap npm trusted publishing. Real platform builds are published by the stella/anonymize release workflow."
"version": "2.0.0-alpha.1",
"description": "Linux arm64 GNU native binding for @stll/anonymize",
"main": "index.cjs",
"files": [
"index.cjs",
"stella_anonymize_napi.node"
],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stella/anonymize.git"
},
"license": "MIT"
}