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.4

readme.md

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

## [1.4.4](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.3...array-of-arrays-into-ast@1.4.4) (2018-12-29)
**Note:** Version bump only for package array-of-arrays-into-ast
## [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)

@@ -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.3
* Version: 1.4.4
* 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.3
* Version: 1.4.4
* 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.3
* Version: 1.4.4
* Author: Roy Revelt, Codsen Ltd

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

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

@@ -47,2 +47,3 @@ "license": "MIT",

},
"gitHead": "e88f69b9356129ce32c71a46ba09273d12f7ff3d",
"husky": {

@@ -171,4 +172,4 @@ "hooks": {

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

@@ -188,5 +189,5 @@ "devDependencies": {

"eslint-plugin-no-wildcard-postmessage": "^0.1.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-scanjs-rules": "^0.2.1",
"husky": "^1.2.1",
"husky": "^1.3.1",
"nyc": "^13.1.0",

@@ -202,4 +203,3 @@ "prettier": "^1.15.3",

"rollup-plugin-terser": "^3.0.0"
},
"gitHead": "e99ef54c0bac616e3b12cc4133aafb617f3fc053"
}
}