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

4

changelog.md

@@ -22,3 +22,3 @@ # Change Log

[1.1.0]: https://github.com/codsen/array-of-arrays-into-ast/compare/v1.0.2...v1.1.0
[1.2.0]: https://github.com/codsen/array-of-arrays-into-ast/compare/v1.1.2...v1.2.0
[1.1.0]: https://bitbucket.org/codsen/array-of-arrays-into-ast/branches/compare/v1.1.0%0Dv1.0.2#diff
[1.2.0]: https://bitbucket.org/codsen/array-of-arrays-into-ast/branches/compare/v1.2.0%0Dv1.1.2#diff
{
"name": "array-of-arrays-into-ast",
"version": "1.2.4",
"version": "1.2.5",
"description": "turns an array of arrays of data into a nested tree of plain objects",

@@ -26,3 +26,3 @@ "license": "MIT",

"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov | codacy-coverage",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "rollup -c --dev --silent",

@@ -161,3 +161,3 @@ "format": "prettier '*.{js,ts,css,less,scss,vue,gql,md}' --write && ./node_modules/.bin/eslint src/*.js test/*.js --fix",

"check-types-mini": "latest",
"object-merge-advanced": "^10.2.2"
"object-merge-advanced": "^10.3.0"
},

@@ -164,0 +164,0 @@ "devDependencies": {

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

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

@@ -32,6 +33,6 @@ [![View dependencies as 2D chart][deps2d-img]][deps2d-url]

| Main export - **CommonJS version**, transpiled to ES5, contains `require` and `module.exports` | `main` | `dist/array-of-arrays-into-ast.cjs.js` | 2 KB |
| **ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/array-of-arrays-into-ast.esm.js` | 2 KB |
| **UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/array-of-arrays-into-ast.umd.js` | 39 KB |
| **ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/array-of-arrays-into-ast.esm.js` | 1 KB |
| **UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/array-of-arrays-into-ast.umd.js` | 38 KB |
**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -41,8 +42,7 @@ ## Table of Contents

- [Install](#markdown-header-install)
- [Table of Contents](#markdown-header-table-of-contents)
- [What it does](#markdown-header-what-it-does)
- [API](#markdown-header-api)
- [`opts.dedupe`](#markdown-header-`opts.dedupe`)
- [`opts.dedupe`](#markdown-header-optsdedupe)
- [Principles](#markdown-header-principles)
- [Compared vs. `datastructures-js`](#markdown-header-compared-vs.-`datastructures-js`)
- [Compared vs. `datastructures-js`](#markdown-header-compared-vs-datastructures-js)
- [Contributing](#markdown-header-contributing)

@@ -81,3 +81,3 @@ - [Licence](#markdown-header-licence)

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -95,3 +95,3 @@ ## API

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -118,3 +118,3 @@ ### An Optional Options Object

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -160,3 +160,3 @@ ### API - Output

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -181,3 +181,3 @@ ## Principles

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -192,3 +192,3 @@ ## Contributing

**[⬆ back to top](#)**
**[⬆ back to top](#markdown-header-array-of-arrays-into-ast)**

@@ -203,2 +203,4 @@ ## Licence

[node-url]: https://www.npmjs.com/package/array-of-arrays-into-ast
[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

@@ -205,0 +207,0 @@ [cov-url]: https://coveralls.io/bitbucket/codsen/array-of-arrays-into-ast?branch=master