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 3.0.0-pre.1 to 3.0.0

11

CHANGELOG.md
# Change Log
## [v3.0.0-pre.1](https://github.com/feathersjs/commons/tree/v3.0.0-pre.1) (2018-08-13)
[Full Changelog](https://github.com/feathersjs/commons/compare/v2.0.0...v3.0.0-pre.1)
**Merged pull requests:**
- Remove argument verification and add further utilities [\#81](https://github.com/feathersjs/commons/pull/81) ([daffl](https://github.com/daffl))
## [v2.0.0](https://github.com/feathersjs/commons/tree/v2.0.0) (2018-08-03)

@@ -14,6 +21,2 @@ [Full Changelog](https://github.com/feathersjs/commons/compare/v1.4.4...v2.0.0)

**Merged pull requests:**
- Update utils.js [\#79](https://github.com/feathersjs/commons/pull/79) ([bertho-zero](https://github.com/bertho-zero))
## [v1.4.3](https://github.com/feathersjs/commons/tree/v1.4.3) (2018-07-25)

@@ -20,0 +23,0 @@ [Full Changelog](https://github.com/feathersjs/commons/compare/v1.4.2...v1.4.3)

{
"name": "@feathersjs/commons",
"version": "3.0.0-pre.1",
"version": "3.0.0",
"description": "Shared Feathers utility functions",
"homepage": "https://github.com/feathersjs/commons",
"homepage": "https://feathersjs.com",
"keywords": [

@@ -12,7 +12,7 @@ "feathers"

"type": "git",
"url": "git://github.com/feathersjs/commons.git"
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "David Luecke",
"email": "daff@neyeon.com",
"name": "Feathers contributor",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"

@@ -22,3 +22,3 @@ },

"bugs": {
"url": "https://github.com/feathersjs/commons/issues"
"url": "https://github.com/feathersjs/feathers/issues"
},

@@ -30,28 +30,14 @@ "engines": {

"scripts": {
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:patch": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public",
"release:pre": "npm version prerelease && npm publish --tag pre --access public",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"lint": "semistandard --fix",
"mocha": "mocha --opts mocha.opts",
"mocha:watch": "mocha --opts mocha.opts --watch",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
"test": "npm run lint && npm run coverage"
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
},
"semistandard": {
"env": [
"mocha"
]
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"semistandard": "^12.0.1"
}
"chai": "^4.1.2"
},
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb"
}
# Feathers Commons
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/commons.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/feathersjs/commons.png?branch=master)](https://travis-ci.org/feathersjs/commons)
[![Test Coverage](https://codeclimate.com/github/feathersjs/commons/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/commons/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/commons.svg?style=flat-square)](https://david-dm.org/feathersjs/commons)
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/commons)](https://david-dm.org/feathersjs/feathers?path=packages/commons)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/commons)

@@ -23,4 +20,4 @@

Copyright (c) 2017 Feathers contributors
Copyright (c) 2018 Feathers contributors
Licensed under the [MIT license](LICENSE).

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