Socket
Socket
Sign inDemoInstall

jares

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jares - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -17,3 +17,3 @@ 'use strict';

code: 100,
error: this.verify[item].error.isUndefined||
error: this.verify[item].error && this.verify[item].error.isUndefined||
`${item} is undefined.`

@@ -26,3 +26,3 @@ }))

code: 200,
error: this.verify[item].error.isInvalidType||
error: this.verify[item].error && this.verify[item].error.isInvalidType||
`${item} is invalid type.`

@@ -49,2 +49,2 @@ }))

module.expots = JAres;
module.exports = JAres;
{
"name": "jares",
"version": "1.0.1",
"version": "1.0.2",
"description": "simple json api ewsult format",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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