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

@arranger/middleware

Package Overview
Dependencies
Maintainers
3
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arranger/middleware - npm Package Compare versions

Comparing version 0.1.3 to 0.1.10

test/aggregations.test.js

16

.eslintrc.js

@@ -1,15 +0,1 @@

module.exports = {
extends: ['prettier', 'prettier/flowtype', 'plugin:flowtype/recommended'],
plugins: ['flowtype', 'prettier'],
rules: {
'prettier/prettier': [1, { trailingComma: 'all', singleQuote: true }],
'flowtype/define-flow-type': 1,
},
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
modules: true,
},
},
};
module.exports = require('../../.eslintrc.js');
{
"name": "@arranger/middleware",
"version": "0.1.3",
"version": "0.1.10",
"description": "Arranger Middleware",

@@ -13,3 +13,4 @@ "main": "dist/index.js",

"watch": "mkdir -p src && babel src --watch --out-dir dist",
"flow": "flow"
"flow": "flow",
"test": "jest"
},

@@ -16,0 +17,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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