Sign In

@moshcoder/moshpit-registry

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moshcoder/moshpit-registry - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+33
-9
package.json
{
"name": "@moshcoder/moshpit-registry",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"description": "Client for the Moshpit registry — resolve names, read key pins, list endings. Cached, coalesced, bounded, and clear about which failures are answers.",
"keywords": ["moshpit", "registry", "namespace", "client"],
"repository": { "type": "git", "url": "git+https://github.com/moshcoder/moshpit-registry.git" },
"keywords": [
"moshpit",
"registry",
"namespace",
"client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moshcoder/moshpit-registry.git"
},
"homepage": "https://github.com/moshcoder/moshpit-registry",
"main": "lib/index.mjs",
"exports": { ".": "./lib/index.mjs" },
"bin": { "moshpit-registry": "bin/moshpit-registry.mjs" },
"files": ["bin", "lib", "README.md", "LICENSE"],
"scripts": { "test": "node --test test/*.test.mjs" },
"engines": { "node": ">=18" },
"publishConfig": { "access": "public" }
"exports": {
".": "./lib/index.mjs",
"./package.json": "./package.json"
},
"bin": {
"moshpit-registry": "bin/moshpit-registry.mjs"
},
"files": [
"bin",
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test test/*.test.mjs"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}