Comparing version 2.1.0 to 2.2.0
/** | ||
* Copyright (c) 2013-present, Facebook, Inc. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
@@ -84,6 +82,6 @@ * | ||
*/ | ||
var nullPattern = /^null | null$|^[^\(]* null /; | ||
var undefinedPattern = /^undefined | undefined$|^[^\(]* undefined /; | ||
var nullPattern = /^null | null$|^[^(]* null /; | ||
var undefinedPattern = /^undefined | undefined$|^[^(]* undefined /; | ||
idx.default = idx; | ||
module.exports = idx; |
{ | ||
"name": "idx", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Utility function for traversing properties on objects and arrays.", | ||
"main": "lib/idx.js", | ||
"types": "lib/idx.d.ts", | ||
"files": [ | ||
@@ -11,3 +12,3 @@ "README.md", | ||
"repository": "facebookincubator/idx", | ||
"license": "BSD-3-Clause", | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -14,0 +15,0 @@ "build": "scripts/build.sh", |
@@ -102,3 +102,2 @@ # idx [![Circle Status](https://circleci.com/gh/facebookincubator/idx/tree/master.svg?style=shield&circle-token=da61f3cf105f22309c8ca0ba4482daa538bf5349)](https://circleci.com/gh/facebookincubator/idx) | ||
`idx` is [BSD licensed](./LICENSE). We also provide an additional | ||
[patent grant](./PATENTS). | ||
`idx` is [MIT licensed](./LICENSE). |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5
88
0
6095
103