You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

array-of-arrays-into-ast

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-of-arrays-into-ast - npm Package Compare versions

Comparing version

to
1.4.3

8

changelog.md

@@ -6,2 +6,10 @@ # Change Log

## [1.4.3](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.2...array-of-arrays-into-ast@1.4.3) (2018-12-27)
**Note:** Version bump only for package array-of-arrays-into-ast
## [1.4.2](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.1...array-of-arrays-into-ast@1.4.2) (2018-12-27)

@@ -8,0 +16,0 @@

2

dist/array-of-arrays-into-ast.cjs.js
/**
* array-of-arrays-into-ast
* turns an array of arrays of data into a nested tree of plain objects
* Version: 1.4.2
* Version: 1.4.3
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* array-of-arrays-into-ast
* turns an array of arrays of data into a nested tree of plain objects
* Version: 1.4.2
* Version: 1.4.3
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* array-of-arrays-into-ast
* turns an array of arrays of data into a nested tree of plain objects
* Version: 1.4.2
* Version: 1.4.3
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

{
"name": "array-of-arrays-into-ast",
"version": "1.4.2",
"version": "1.4.3",
"description": "turns an array of arrays of data into a nested tree of plain objects",

@@ -170,4 +170,4 @@ "license": "MIT",

"dependencies": {
"check-types-mini": "^5.2.1",
"object-merge-advanced": "^10.6.1"
"check-types-mini": "^5.2.2",
"object-merge-advanced": "^10.6.2"
},

@@ -201,3 +201,3 @@ "devDependencies": {

},
"gitHead": "31af5cb68a7bc35514196b3da276bda6b272fe8f"
"gitHead": "e99ef54c0bac616e3b12cc4133aafb617f3fc053"
}