Socket
Socket
Sign inDemoInstall

api-test

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-test - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

5

classes/Obj.js

@@ -41,3 +41,4 @@ 'use strict'

this.source.begin++
} else {
} else if (!/^\s*\/\//.test(line)) {
// Ignore comment lines
this.lines.push(line)

@@ -162,3 +163,3 @@ }

regex = acceptPath ? /^((\d+|[a-z$_][a-z0-9$_]*)(\.(\d+|[a-z$_][a-z0-9$_]*))*):/i : /^([a-z$_][a-z0-9$_]*):/i
regex = acceptPath ? /^((\d+|[a-z$_][a-z0-9$_]*)(\.(\d+|[a-z$_][a-z0-9$_]*))*):/i : /^([a-z$_][a-z0-9$_]*\??):/i

@@ -165,0 +166,0 @@ if (!this.lines.length || !regex.test(this.lines[0])) {

4

package.json
{
"name": "api-test",
"version": "1.6.0",
"version": "1.6.1",
"author": "Sitegui <sitegui@sitegui.com.br>",

@@ -20,3 +20,3 @@ "description": "API testing made simple",

"mocha": "^1.21.4",
"mongodb": "^1.4.8",
"mongodb": "^1.4.9",
"request": "^2.40.0",

@@ -23,0 +23,0 @@ "should": "^4.0.4"

@@ -16,4 +16,5 @@ # user/login

### error is
error:
error: // comment lines will be ignored
code: 0
// comment lines will be ignored
message: String

@@ -20,0 +21,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