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

dalek-browser-chrome-canary

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dalek-browser-chrome-canary - npm Package Compare versions

Comparing version 0.0.6-2013-10-17-11-38-53 to 0.0.6-2013-10-29-09-21-21

3

index.js

@@ -640,3 +640,4 @@ /*!

_processesNix: function (fn) {
var cmd = ['ps -ax', '|', 'grep ' + this.processName];
var processName = process.platform === 'darwin' ? this.processName : this.processName.toLowerCase();
var cmd = ['ps -ax', '|', 'grep ' + processName];
cp.exec(cmd.join(' '), this._processListNix.bind(this, fn));

@@ -643,0 +644,0 @@ return this;

{
"name": "dalek-browser-chrome-canary",
"version": "0.0.6-2013-10-17-11-38-53",
"version": "0.0.6-2013-10-29-09-21-21",
"description": "Google Chrome bindings for DalekJS",

@@ -11,3 +11,3 @@ "homepage": "http://dalekjs.com",

"ncp": "~0.4.2",
"npmconf": "~0.1.3",
"npmconf": "~0.1.5",
"rimraf": "~2.2.2",

@@ -20,3 +20,3 @@ "q": "~0.9.7",

"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-yuidoc": "~0.5.0",

@@ -27,3 +27,3 @@ "grunt-contrib-compress": "~0.5.2",

"grunt-plato": "~0.2.1",
"grunt-documantix": "~0.0.3",
"grunt-documantix": "~0.0.4",
"grunt-include-replace": "~1.1.1",

@@ -34,3 +34,3 @@ "grunt-git-contributors": "~0.1.4",

"grunt-bump": "~0.0.11",
"load-grunt-tasks": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"dalek-build-tools": "~0.0.2",

@@ -37,0 +37,0 @@ "time-grunt": "~0.1.1",

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