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.6 to 0.1.7

2

index.js

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

get(
args.context.apiBaseUrl + "/get_item/" + args.itemId + "/" + args.itemType + "/" + args.ellipsis.token,
args.ellipsis.apiBaseUrl + "/get_item/" + args.itemId + "/" + args.itemType + "/" + args.ellipsis.token,
function (error, response, body) {

@@ -49,0 +49,0 @@ if (!error && response.statusCode == 200) {

{
"name": "ellipsis-default-storage",
"version": "0.1.6",
"version": "0.1.7",
"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