New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atom/notify

Package Overview
Dependencies
Maintainers
13
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom/notify - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

lib/index.js

@@ -16,2 +16,3 @@ const { spawn } = require("child_process");

);
process.on("exit", this.kill.bind(this));

@@ -39,3 +40,3 @@ let stderr = "";

if (this.childProcess) {
await this._sendRequest({type: "unwatchAll"});
await this._sendRequest({ type: "unwatchAll" });
this.childProcess.stdin.end();

@@ -83,3 +84,3 @@ this.childProcess.kill();

const requestId = this.nextRequestId++;
const request = Object.assign({}, message, {requestId});
const request = Object.assign({}, message, { requestId });
this.childProcess.stdin.write(JSON.stringify(request) + "\n");

@@ -86,0 +87,0 @@ return new Promise((resolve, reject) => {

2

package.json
{
"name": "@atom/notify",
"version": "1.0.5",
"version": "1.0.6",
"description": "Cross-platform file system notifications",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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