Socket
Socket
Sign inDemoInstall

robotremote

Package Overview
Dependencies
6
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

package.json

@@ -17,3 +17,3 @@ {

],
"version": "1.1.1",
"version": "1.1.2",
"preferGlobal": false,

@@ -41,7 +41,7 @@ "homepage": "https://github.com/comick/node-robotremoteserver",

"xmlrpc": ">=1.3.1",
"promise": ">=7.0.4",
"promise": ">=7.1.1",
"is-promise": ">=2.1.0"
},
"devDependencies": {
"mocha": ">=2.3.3"
"mocha": ">=2.3.4"
},

@@ -48,0 +48,0 @@ "scripts": {

@@ -145,3 +145,3 @@ # robotremote

Copyright (c) 2013, 2014, 2015 Michele Comignano <comick@gmail.com>
Copyright (c) 2013, 2014, 2015, 2016 Michele Comignano <comick@gmail.com>

@@ -148,0 +148,0 @@ Permission is hereby granted, free of charge, to any person

@@ -6,3 +6,5 @@ 'use strict';

robot = require('../lib/robotremote'),
testLibrary = require('./testlibrary');
testLibrary = require('./testlibrary'),
describe = require('mocha').describe,
it = require('mocha').it;

@@ -9,0 +11,0 @@ function keywordsEqual(keywords1, keywords2) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc