New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exframe-document-validator

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exframe-document-validator - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

test/.eslintrc.json

63

.eslintrc.json
{
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 2017,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"extends": "airbnb-base",
"rules": {
"brace-style": [
0
],
"comma-dangle": [
2,
"never"
],
"consistent-return": [
0
],
"arrow-body-style": [
1,
"as-needed"
],
"no-underscore-dangle": [
2,
{
"allow": [
"_id",
"_"
]
}
],
"import/no-unresolved": [
0
],
"max-len": [
2,
180,
{
"ignoreComments": true,
"ignoreTrailingComments": true,
"ignoreUrls": true,
"ignoreStrings": true,
"ignoreTemplateLiterals": true
}
],
"no-param-reassign": 0,
"requireTrailingComma": 0,
"linebreak-style": 0,
"no-console": [
0
],
"no-nested-ternary": [
0
],
"strict": [
0,
"global"
]
}
"extends": "exzeo/base"
}
{
"name": "exframe-document-validator",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -24,3 +24,3 @@ "main": "index.js",

"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-config-exzeo": "*",
"eslint-plugin-import": "*",

@@ -40,3 +40,3 @@ "lodash": "*",

},
"gitHead": "56ff8bc05dfaf32745361c9685fe276ddc5f8478"
"gitHead": "ef87c842aa08c54cbcb03ee075db8463ebc8fd43"
}
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