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.8 to 4.5.9

8

CHANGELOG.md

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

## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
**Note:** Version bump only for package @feathersjs/commons
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

@@ -8,0 +16,0 @@

4

lib/index.js

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -23,3 +23,3 @@ return result;

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -26,0 +26,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "@feathersjs/commons",
"version": "4.5.8",
"version": "4.5.9",
"description": "Shared Feathers utility functions",

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

"devDependencies": {
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.25",
"mocha": "^8.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.1",
"mocha": "^8.1.3",
"shx": "^0.3.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"gitHead": "5df52715647ea14cf1bd1fe295ae0eaa9857d70a"
"gitHead": "4f7c3b19e4753e24f7439c1447d0784cf398ace0"
}
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