Comparing version 1.1.0 to 1.2.0
@@ -7,2 +7,4 @@ 'use strict'; | ||
} | ||
return to; | ||
}; |
{ | ||
"name": "mimic-fn", | ||
"version": "1.1.0", | ||
"description": "Make a function mimic another one", | ||
"license": "MIT", | ||
"repository": "sindresorhus/mimic-fn", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"function", | ||
"mimic", | ||
"imitate", | ||
"rename", | ||
"copy", | ||
"inherit", | ||
"properties", | ||
"name", | ||
"func", | ||
"fn", | ||
"set", | ||
"infer", | ||
"change" | ||
], | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
}, | ||
"xo": { | ||
"esnext": true | ||
} | ||
"name": "mimic-fn", | ||
"version": "1.2.0", | ||
"description": "Make a function mimic another one", | ||
"license": "MIT", | ||
"repository": "sindresorhus/mimic-fn", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"function", | ||
"mimic", | ||
"imitate", | ||
"rename", | ||
"copy", | ||
"inherit", | ||
"properties", | ||
"name", | ||
"func", | ||
"fn", | ||
"set", | ||
"infer", | ||
"change" | ||
], | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
@@ -11,3 +11,3 @@ # mimic-fn [![Build Status](https://travis-ci.org/sindresorhus/mimic-fn.svg?branch=master)](https://travis-ci.org/sindresorhus/mimic-fn) | ||
``` | ||
$ npm install --save mimic-fn | ||
$ npm install mimic-fn | ||
``` | ||
@@ -47,2 +47,4 @@ | ||
It will modify `to` and return it. | ||
#### to | ||
@@ -49,0 +51,0 @@ |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
8
69
3055