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

webmerge

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmerge - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

index.js

@@ -14,3 +14,4 @@ /**

const MERGE_ENDPOINT = '/merge'
const ROUTE_ENDPOINT = '/route'
const MERGE_ROUTE_ENDPOINT = '/route'
const ROUTE_ENDPOINT = '/api/routes'
const TOOLS_ENDPOINT = '/tools'

@@ -31,3 +32,2 @@

class WebMergeAPI {
/**

@@ -241,3 +241,3 @@ * Create an API client that uses callbacks.

return this.client.post({
url: `${ROUTE_ENDPOINT}/${id}/${key}`,
url: `${MERGE_ROUTE_ENDPOINT}/${id}/${key}`,
qs: {

@@ -328,3 +328,2 @@ test: isTestMode ? 1 : 0,

class WebMergePromiseAPI extends WebMergeAPI {
/**

@@ -331,0 +330,0 @@ * Create an API client that uses Promises.

{
"name": "webmerge",
"version": "1.0.1",
"version": "1.0.2",
"description": "Library for accessing WebMerge (https://webmerge.me/) API",

@@ -21,12 +21,12 @@ "license": "MIT",

"dependencies": {
"request": "^2.81.0"
"request": "2.83.0"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^20.0.3",
"jest": "^20.0.4",
"jsdoc": "^3.4.3"
"coveralls": "3.0.0",
"eslint": "4.17.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "21.12.1",
"jest": "22.3.0",
"jsdoc": "3.5.5"
},

@@ -38,5 +38,6 @@ "scripts": {

"precommit": "npm run lint && npm run test",
"test": "jest --coverage"
"test": "jest --coverage --ci --verbose"
},
"jest": {
"testEnvironment": "node",
"coverageReporters": [

@@ -43,0 +44,0 @@ "text",

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