@verdaccio/file-locking
Advanced tools
Comparing version 9.5.0 to 9.6.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.6.1](https://github.com/verdaccio/monorepo/compare/v9.6.0...v9.6.1) (2020-06-07) | ||
**Note:** Version bump only for package @verdaccio/file-locking | ||
# [9.5.0](https://github.com/verdaccio/monorepo/compare/v9.4.1...v9.5.0) (2020-05-02) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { Callback } from '@verdaccio/types'; | ||
/** | ||
@@ -6,3 +7,3 @@ * locks a file by creating a lock file | ||
*/ | ||
declare const lockFile: (name: string, callback: Function) => void; | ||
declare const lockFile: (name: string, callback: Callback) => void; | ||
export { lockFile }; |
{ | ||
"name": "@verdaccio/file-locking", | ||
"version": "9.5.0", | ||
"version": "9.6.1", | ||
"description": "library that handle file locking", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@verdaccio/babel-preset": "^9.4.0", | ||
"@verdaccio/babel-preset": "^9.6.1", | ||
"@verdaccio/eslint-config": "^9.3.2", | ||
@@ -56,3 +56,3 @@ "@verdaccio/types": "^9.5.0" | ||
}, | ||
"gitHead": "e3bf46f6418ab9c9abf9b098cda63a000c992e57" | ||
"gitHead": "adb434f9dcbc5574892a1ea03e882b1f9e0355be" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17016
224