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

ellipsis-api

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ellipsis-api - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

4

__tests__/test.js

@@ -292,3 +292,3 @@ "use strict";

inputName: "inputThatSavesAnswers"
}).then(body => {
}).then(() => {
expect(request.delete.mock.calls[0][0].url).toEqual(actionsApi.urlFor(`v1/inputs/inputThatSavesAnswers/user_saved_answer/${ellipsis.token}`));

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

deleteAll: true
}).then(body => {
}).then(() => {
expect(request.delete.mock.calls[0][0].url).toEqual(actionsApi.urlFor(`v1/inputs/inputThatSavesAnswers/team_saved_answers/${ellipsis.token}`));

@@ -309,0 +309,0 @@ });

{
"name": "ellipsis-api",
"version": "0.2.6",
"version": "0.2.7",
"repository": {

@@ -18,8 +18,8 @@ "type": "git",

"dependencies": {
"request": "^2.87.0"
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.6.0",
"jest": "^23.6.0"
"eslint": "^5.16.0",
"jest": "^24.8.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