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

@feathersjs/commons

Package Overview
Dependencies
Maintainers
4
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/commons - npm Package Compare versions

Comparing version 4.5.11 to 4.5.12

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
### Bug Fixes
* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033))
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)

@@ -8,0 +19,0 @@

2

lib/hooks.js

@@ -6,3 +6,3 @@ "use strict";

const { each, pick } = utils_1._;
exports.ACTIVATE_HOOKS = utils_1.createSymbol('__feathersActivateHooks');
exports.ACTIVATE_HOOKS = (0, utils_1.createSymbol)('__feathersActivateHooks');
function createHookObject(method, data = {}) {

@@ -9,0 +9,0 @@ const hook = {};

{
"name": "@feathersjs/commons",
"version": "4.5.11",
"version": "4.5.12",
"description": "Shared Feathers utility functions",

@@ -53,10 +53,10 @@ "homepage": "https://feathersjs.com",

"devDependencies": {
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81"
"gitHead": "8697ecc85808437e9aab63e5d2327679340c5401"
}

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