@zodash/once
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.0.12 (2020-09-18) | ||
**Note:** Version bump only for package @zodash/once | ||
## [0.0.11](https://github.com/zcorky/zodash/compare/@zodash/once@0.0.10...@zodash/once@0.0.11) (2019-12-24) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.once = void 0; | ||
function once(fn) { | ||
@@ -4,0 +5,0 @@ let res; |
{ | ||
"name": "@zodash/once", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. The func is invoked with the this binding and arguments of the created function.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d" | ||
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582" | ||
} |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
4051
15
0