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

ellipsis-default-storage

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ellipsis-default-storage - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

6

index.js

@@ -7,3 +7,3 @@ var request = require('request');

if (args[key] === undefined) {
missing.push(key)
missing.push(key);
}

@@ -28,3 +28,3 @@ });

}, function (error, response, body) {
if (!error && response.statusCode == 200) {
if (!error && response.statusCode === 200) {
if (args.onSuccess) {

@@ -53,3 +53,3 @@ args.onSuccess(response, body);

function (error, response, body) {
if (!error && response.statusCode == 200) {
if (!error && response.statusCode === 200) {
if (args.onSuccess) {

@@ -56,0 +56,0 @@ args.onSuccess(response, body);

{
"name": "ellipsis-default-storage",
"version": "0.1.9",
"version": "0.1.10",
"description": "Interface to the default storage for Ellipsis behaviors",

@@ -9,7 +9,7 @@ "main": "index.js",

},
"author": "Ellipsis Co. <a@ellipsis.ai> (http://ellipsis.ai)",
"author": "Ellipsis Co. <a@ellipsis.ai> (https://www.ellipsis.ai)",
"license": "ISC",
"dependencies": {
"request": "latest"
"request": "^2.88.0"
}
}
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