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

37

changelog.md

@@ -6,25 +6,36 @@ # Change Log

## [1.4.7](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.6...array-of-arrays-into-ast@1.4.7) (2019-01-02)
# [1.7.0](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.7...array-of-arrays-into-ast@1.7.0) (2019-01-11)
**Note:** Version bump only for package array-of-arrays-into-ast
### Features
* Add one more tag before which there will be a line break ([4f00871](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/commits/4f00871))
## [1.4.6](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.5...array-of-arrays-into-ast@1.4.6) (2019-01-01)
**Note:** Version bump only for package array-of-arrays-into-ast
# [1.6.0](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.7...array-of-arrays-into-ast@1.6.0) (2019-01-08)
### Features
- Add one more tag before which there will be a line break ([4f00871](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/commits/4f00871))
# [1.5.0](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.7...array-of-arrays-into-ast@1.5.0) (2019-01-08)
## [1.4.5](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.4...array-of-arrays-into-ast@1.4.5) (2018-12-29)
### Features
- Add one more tag before which there will be a line break ([4f00871](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/commits/4f00871))
## [1.4.7](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.6...array-of-arrays-into-ast@1.4.7) (2019-01-02)
**Note:** Version bump only for package array-of-arrays-into-ast
## [1.4.6](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.5...array-of-arrays-into-ast@1.4.6) (2019-01-01)
**Note:** Version bump only for package array-of-arrays-into-ast
## [1.4.5](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.4...array-of-arrays-into-ast@1.4.5) (2018-12-29)
**Note:** Version bump only for package array-of-arrays-into-ast

@@ -35,6 +46,2 @@ ## [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)

## [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)

@@ -44,6 +51,2 @@

## [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)

@@ -53,6 +56,2 @@

## 1.4.1 (2018-12-26)

@@ -62,6 +61,2 @@

## 1.4.0 (2018-12-14)

@@ -68,0 +63,0 @@

/**
* array-of-arrays-into-ast
* turns an array of arrays of data into a nested tree of plain objects
* Version: 1.4.7
* Version: 1.7.0
* 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.7
* Version: 1.7.0
* 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.7
* Version: 1.7.0
* Author: Roy Revelt, Codsen Ltd

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

{
"name": "array-of-arrays-into-ast",
"version": "1.4.7",
"version": "1.7.0",
"description": "turns an array of arrays of data into a nested tree of plain objects",
"license": "MIT",
"engines": {
"node": ">=6",
"npm": ">=5",
"yarn": ">=1"
"node": ">=8"
},

@@ -22,9 +20,12 @@ "repository": "https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast",

"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "rollup -c --dev --silent",
"format": "./node_modules/.bin/eslint src/*.js test/*.js --fix",
"build": "rm -rf dist && rollup -c",
"coverage": "nyc report --reporter=json-summary",
"dev": "rm -rf dist && rollup -c --dev --silent",
"format": "prettier '*.{js,ts,css,less,scss,vue,gql,md}' --write && npm run lint",
"lect": "lect",
"lint": "./node_modules/.bin/eslint \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\"",
"prepare": "npm run build",
"pretest": "npm run build",
"test": "./node_modules/.bin/eslint src/*.js test/*.js && nyc ava",
"test": "npm run lint && npm run unittest",
"unittest": "./node_modules/.bin/nyc ava && npm run coverage",
"version": "npm run build && git add ."

@@ -39,7 +40,2 @@ },

},
"clinton": {
"rules": {
"xo": 0
}
},
"esm": {

@@ -49,3 +45,3 @@ "await": true,

},
"gitHead": "358a17ac7b4e58dd0d0277f9bc7bb7d7ab65aad6",
"gitHead": "760a5d1f50db12cc97291eb96876ce3cf4a63168",
"husky": {

@@ -174,4 +170,4 @@ "hooks": {

"dependencies": {
"check-types-mini": "^5.2.6",
"object-merge-advanced": "^10.6.6"
"check-types-mini": "^5.5.0",
"object-merge-advanced": "^10.9.0"
},

@@ -184,4 +180,3 @@ "devDependencies": {

"babel-plugin-istanbul": "^5.1.0",
"coveralls": "^3.0.2",
"eslint": "^5.11.1",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",

@@ -196,3 +191,3 @@ "eslint-plugin-ava": "^5.1.1",

"prettier": "^1.15.3",
"rollup": "^1.0.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.2.0",

@@ -204,4 +199,4 @@ "rollup-plugin-cleanup": "^3.1.0",

"rollup-plugin-strip": "^1.2.1",
"rollup-plugin-terser": "^3.0.0"
"rollup-plugin-terser": "^4.0.2"
}
}

@@ -5,2 +5,3 @@ # array-of-arrays-into-ast

[![Minimum Node version required][node-img]][node-url]
[![Repository is on BitBucket][bitbucket-img]][bitbucket-url]

@@ -178,7 +179,10 @@ [![Coverage][cov-img]][cov-url]

- If you **want a new feature** in this package or you would like us to change some of its functionality, raise an [issue on this repo](https://bitbucket.org/codsen/array-of-arrays-into-ast/issues/new).
- If you see an error, [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=array-of-arrays-into-ast%20package%20-%20put%20title%20here).
- If you want a new feature but can't code it up yourself, also [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=array-of-arrays-into-ast%20package%20-%20put%20title%20here). Let's discuss it.
- If you tried to use this package, but something didn't work out, also [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=array-of-arrays-into-ast%20package%20-%20put%20title%20here). We'll try to help.
- If you want to contribute some code, fork the [monorepo](https://bitbucket.org/codsen/codsen/src/) via BitBucket, then write code, then file a pull request via BitBucket. We'll merge it in and release.
- If you tried to use this library but it misbehaves, or **you need advice setting it up**, and its readme doesn't make sense, just document it and raise an [issue on this repo](https://bitbucket.org/codsen/array-of-arrays-into-ast/issues/new).
In monorepo, npm libraries are located in `packages/` folder. Inside, the source code is located either in `src/` folder (normal npm library) or in the root, `cli.js` (if it's a command line application).
- If you would like to **add or change some features**, just fork it, hack away, and file a pull request. We'll do our best to merge it quickly. _Prettier_ is enabled, so you don't need to worry about the code style.
The npm script "`dev`", the `"dev": "rollup -c --dev --silent"` builds the development version retaining all `console.log`s with row numbers. It's handy to have [js-row-num-cli](https://www.npmjs.com/package/js-row-num-cli) installed globally so you can automatically update the row numbers on all `console.log`s.

@@ -189,5 +193,5 @@ **[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

MIT License (MIT)
MIT License
Copyright © 2018 Codsen Ltd, Roy Revelt
Copyright (c) 2015-2019 Roy Revelt and other contributors

@@ -197,5 +201,5 @@ [node-img]: https://img.shields.io/node/v/array-of-arrays-into-ast.svg?style=flat-square&label=works%20on%20node

[bitbucket-img]: https://img.shields.io/badge/repo-on%20BitBucket-brightgreen.svg?style=flat-square
[bitbucket-url]: https://bitbucket.org/codsen/array-of-arrays-into-ast
[cov-img]: https://coveralls.io/repos/bitbucket/codsen/array-of-arrays-into-ast/badge.svg?style=flat-square&branch=master
[cov-url]: https://coveralls.io/bitbucket/codsen/array-of-arrays-into-ast?branch=master
[bitbucket-url]: https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast
[cov-img]: https://img.shields.io/badge/coverage-100%-brightgreen.svg?style=flat-square
[cov-url]: https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast
[deps2d-img]: https://img.shields.io/badge/deps%20in%202D-see_here-08f0fd.svg?style=flat-square

@@ -210,2 +214,2 @@ [deps2d-url]: http://npm.anvaka.com/#/view/2d/array-of-arrays-into-ast

[license-img]: https://img.shields.io/badge/licence-MIT-51c838.svg?style=flat-square
[license-url]: https://bitbucket.org/codsen/array-of-arrays-into-ast
[license-url]: https://bitbucket.org/codsen/codsen/src/master/LICENSE

Sorry, the diff of this file is not supported yet