Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

regmon

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

regmon - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

esm.mjs

35

package.json
{
"name": "regmon",
"version": "1.0.0",
"version": "1.0.1",
"description": "Monitor Windows Registry changes",
"main": "index.js",
"type": "module",
"main": "index.cjs",
"exports": {
"import": "./esm.mjs",
"require": "./index.cjs"
},
"os": [
"win32"
],
"engines": {
"node": ">=0.12"
},
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean"
"clean": "node-gyp clean",
"lint": "npx eslint --ignore-path .gitignore ./**/*.{cjs,mjs}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xan105/node-regmon.git"
},
"keywords": [

@@ -20,5 +28,13 @@ "windows",

],
"author": {
"name": "Anthony Beaumont",
"email": "dev.xan105@outlook.be",
"url": "https://xan105.com/"
},
"license": "MIT",
"gypfile": true,
"author": "Anthony Beaumont",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xan105/node-regmon.git"
},
"bugs": {

@@ -29,2 +45,3 @@ "url": "https://github.com/xan105/node-regmon/issues"

"devDependencies": {
"eslint": "^7.6.0",
"node-gyp": "^6.1.0"

@@ -31,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc