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

ellipsis-default-storage

Package Overview
Dependencies
Maintainers
1
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.7 to 0.1.8

4

index.js

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

if (missing.length > 0) {
onError("Missing values for: " + missing.join(", "));
if (args.onError) {
args.onError("Missing values for: " + missing.join(", "));
}
} else {

@@ -21,0 +23,0 @@ request.

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

@@ -5,0 +5,0 @@ "main": "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