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

nemo

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nemo - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0

6

examples/plugin/nemo-cookie.js

@@ -21,2 +21,8 @@ 'use strict';

};
nemo.cookie.showAll = function () {
return nemo.cookie.getAll().then(function (cookies) {
console.log('cookies', cookies);
console.log('=======================');
});
};
callback(null);

@@ -23,0 +29,0 @@

4

examples/setup.js
var Nemo = require("../");
var nemo = Nemo({
"driver": {
"browser": "firefox"
'driver': {
'browser': 'firefox'
},

@@ -6,0 +6,0 @@ 'data': {

@@ -16,11 +16,6 @@ var Nemo = require("../");

nemo.cookie.set('foo', 'bar');
nemo.cookie.getAll().then(function (cookies) {
console.log('cookies', cookies);
console.log('=======================');
});
nemo.cookie.showAll();
nemo.cookie.deleteAll();
nemo.cookie.getAll().then(function (cookies) {
console.log('cookies', cookies);
});
nemo.cookie.showAll();
nemo.driver.quit();
});
{
"name": "nemo",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "Abstraction for automation test components",

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

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