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

@verdaccio/file-locking

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/file-locking - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

12

CHANGELOG.md

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

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.4](https://github.com/verdaccio/file-locking/compare/v1.0.3...v1.0.4) (2019-07-16)
### Build System
* **deps:** update dependencies ([45b12de](https://github.com/verdaccio/file-locking/commit/45b12de))
* **deps:** update husky dependency ([bdb7bad](https://github.com/verdaccio/file-locking/commit/bdb7bad))
<a name="1.0.3"></a>

@@ -6,0 +16,0 @@ ## [1.0.3](https://github.com/verdaccio/file-locking/compare/v1.0.2...v1.0.3) (2019-06-22)

37

package.json
{
"name": "@verdaccio/file-locking",
"version": "1.0.3",
"version": "1.0.4",
"description": "library that handle file locking",

@@ -13,26 +13,29 @@ "main": "lib/index.js",

"@commitlint/config-conventional": "8.0.0",
"@types/jest": "24.0.14",
"@types/node": "12.0.8",
"@verdaccio/babel-preset": "0.2.1",
"@types/jest": "24.0.15",
"@types/node": "12.6.4",
"@verdaccio/babel-preset": "1.0.0",
"@verdaccio/eslint-config": "0.0.1",
"@verdaccio/types": "6.1.0",
"@verdaccio/types": "5.3.0",
"codecov": "3.5.0",
"eslint": "5.16.0",
"husky": "0.14.3",
"standard-version": "4.4.0",
"husky": "2.7.0",
"in-publish": "2.0.0",
"jest": "24.8.0",
"lint-staged": "8.2.1",
"typescript": "3.4.5"
"standard-version": "6.0.1",
"typescript": "3.5.3"
},
"author": "Juan Picado <juanpicado19@gmail.com>",
"private": false,
"license": "MIT",
"dependencies": {
"lockfile": "1.0.4"
},
"lint-staged": {
"*.{js, json}": [
"npm run lint",
"git add"
"husky": {
"hooks": {
"pre-commit": "commitlint -e $GIT_PARAMS"
}
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]

@@ -52,10 +55,4 @@ },

"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\" --ignore __tests__",
"precommit": "lint-staged",
"prepublish": "in-publish && npm run lint && npm run build || not-in-publish"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {

@@ -62,0 +59,0 @@ "node": ">=8"

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