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

@appliedblockchain/event-recorder

Package Overview
Dependencies
Maintainers
17
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appliedblockchain/event-recorder - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js
// @flow
const isMatch = require('lodash/isMatch')
const isNil = require('lodash/isNil')
const isFunction = require('lodash/isFunction')
const Debug = require('debug')
/*::

@@ -10,5 +15,2 @@

const { isMatch, isNil, isFunction } = require('lodash')
const Debug = require('debug')
const debug = new Debug('event-recorder')

@@ -15,0 +17,0 @@

{
"name": "@appliedblockchain/event-recorder",
"version": "1.0.0",
"version": "1.0.1",
"description": "Event recorder simplifies evented/async tests.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"flow:check": "flow check",
"test": "jest"
"test": "eslint . && flow check && jest"
},

@@ -15,11 +13,11 @@ "keywords": [],

"devDependencies": {
"@appliedblockchain/eslint-config": "^2.3.0",
"eslint": "^5.5.0",
"eslint-plugin-flowtype": "^2.50.0",
"flow-bin": "^0.80.0",
"jest": "^23.5.0"
"@appliedblockchain/eslint-config": "2.6.0",
"eslint": "6.1.0",
"eslint-plugin-flowtype": "3.12.2",
"flow-bin": "0.104.0",
"jest": "24.8.0"
},
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.10"
"debug": "4.1.1",
"lodash": "4.17.15"
},

@@ -26,0 +24,0 @@ "eslintConfig": {

Sorry, the diff of this file is not supported yet

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