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

idx

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idx - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

lib/idx.d.ts

10

lib/idx.js
/**
* 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",

3

README.md

@@ -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

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