object-delete-key
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "object-delete-key", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards.", | ||
@@ -11,3 +11,6 @@ "license": "MIT", | ||
}, | ||
"repository": "codsen/object-delete-key", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/codsen/object-delete-key.git" | ||
}, | ||
"bugs": { | ||
@@ -60,22 +63,91 @@ "url": "https://github.com/codsen/object-delete-key/issues" | ||
], | ||
"lect": { | ||
"babelrc": { | ||
"override": false, | ||
"set": false | ||
}, | ||
"badges": { | ||
"contributors": true, | ||
"cov": true, | ||
"deps": true, | ||
"deps2d": true, | ||
"dev": true, | ||
"downloads": true, | ||
"license": true, | ||
"node": true, | ||
"npm": true, | ||
"overall": true, | ||
"runkit": true, | ||
"travis": true, | ||
"vulnerabilities": true | ||
}, | ||
"contribution_types": [ | ||
"Answering Questions", | ||
"Blogposts", | ||
"Bug reports*", | ||
"Code*", | ||
"Documentation*", | ||
"Design", | ||
"Examples", | ||
"Event Organizers", | ||
"Financial Support", | ||
"Funding/Grant Finders", | ||
"Ideas & Planning", | ||
"Infrastructure (Hosting, Build-Tools, etc)", | ||
"Plugin/utility libraries", | ||
"Reviewed Pull Requests", | ||
"Tools", | ||
"Translation", | ||
"Tests*", | ||
"Tutorials", | ||
"Talks", | ||
"Videos" | ||
], | ||
"contributors": [ | ||
{ | ||
"contribution": [ | ||
"Code", | ||
"Documentation", | ||
"Tests" | ||
], | ||
"username": "revelt" | ||
} | ||
], | ||
"eslintrc": { | ||
"add": [], | ||
"remove": [] | ||
}, | ||
"header": { | ||
"dontQuoteDescription": false, | ||
"rightFloatedBadge": "" | ||
}, | ||
"licence": { | ||
"extras": [] | ||
}, | ||
"various": { | ||
"back_to_top": { | ||
"enabled": true, | ||
"label": "" | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"ast-monkey": "^7.1.2", | ||
"check-types-mini": "^2.7.0", | ||
"ast-monkey": "^7.1.5", | ||
"check-types-mini": "^3.0.0", | ||
"lodash.clonedeep": "*", | ||
"posthtml-ast-is-empty": "^2.1.2", | ||
"util-array-object-or-both": "^1.2.2" | ||
"posthtml-ast-is-empty": "^3.0.1", | ||
"util-array-object-or-both": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.6.1", | ||
"coveralls": "*", | ||
"eslint": "^4.10.0", | ||
"eslint": "^4.13.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-ava": "^4.2.2", | ||
"eslint-plugin-ava": "^4.4.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"husky": "*", | ||
"nyc": "*", | ||
"posthtml-parser": "^0.2.1", | ||
"rollup": "^0.50.0", | ||
"posthtml-parser": "^0.3.0", | ||
"rollup": "^0.52.1", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -85,4 +157,4 @@ "rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uglify-es": "^3.1.6" | ||
"uglify-es": "^3.2.2" | ||
} | ||
} |
@@ -43,3 +43,3 @@ # object-delete-key | ||
```bash | ||
$ npm i object-delete-key | ||
npm i object-delete-key | ||
``` | ||
@@ -59,5 +59,5 @@ | ||
----------------|-----------------------|-------|-------- | ||
Main export - **CommonJS version**, transpiled, contains `require` and `module.exports` | `main` | `dist/object-delete-key.cjs.js` | 2 KB | ||
**ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/object-delete-key.esm.js` | 2 KB | ||
**UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/object-delete-key.umd.js` | 56 KB | ||
Main export - **CommonJS version**, transpiled, contains `require` and `module.exports` | `main` | `dist/object-delete-key.cjs.js` | 2 KB | ||
**ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/object-delete-key.esm.js` | 2 KB | ||
**UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/object-delete-key.umd.js` | 68 KB | ||
@@ -88,4 +88,2 @@ **[⬆ back to top](#)** | ||
**[⬆ back to top](#)** | ||
### API - Input | ||
@@ -128,2 +126,4 @@ | ||
**[⬆ back to top](#)** | ||
### API - Output | ||
@@ -309,12 +309,14 @@ | ||
Hi! 99% of society are passive people, consumers. They wait for others to take action, they prefer to blend in. Rest 1% are proactive, vocal (usually also opinionated) citizens who will _do_ something rather than _wait_, hoping others will do it eventually. If you are one of that 1 %, you're in luck because I am the same and together we can make something happen. | ||
Hi! 99% of people in the society are passive - consumers. They wait for others to take action, they prefer to blend in. The remaining 1% are proactive citizens who will _do_ something rather than _wait_. If you are one of that 1%, you're in luck because I am the same and _together_ we can make something happen. | ||
* If you want a new feature in this package or you would like to change some of its functionality, raise an [issue on this repo](https://github.com/codsen/object-delete-key/issues). Also, you can [email me](mailto:roy@codsen.com). | ||
* If you **want a new feature** in this package or you would like to change some of its functionality, raise an [issue on this repo](https://github.com/codsen/object-delete-key/issues). Also, you can [email me](mailto:roy@codsen.com). Just let it out. | ||
* If you tried to use this library but it misbehaves, or you need an advice setting it up, and its readme doesn't make sense, just document it and raise an [issue on this repo](https://github.com/codsen/object-delete-key/issues). Alternatively, you can [email me](mailto:roy@codsen.com). | ||
* If you tried to use this library but it misbehaves, or **you need an advice setting it up**, and its readme doesn't make sense, just document it and raise an [issue on this repo](https://github.com/codsen/object-delete-key/issues). Alternatively, you can [email me](mailto:roy@codsen.com). | ||
* If you don't like the code in here and would like to advise how something could be done better, please do. Same drill - [GitHub issues](https://github.com/codsen/object-delete-key/issues) or [email](mailto:roy@codsen.com), your choice. | ||
* If you don't like the code in here and would like to **give an advice** about how something could be done better, please do. Same drill - [GitHub issues](https://github.com/codsen/object-delete-key/issues) or [email](mailto:roy@codsen.com), your choice. | ||
* If you would like to add or change some features, just fork it, hack away, and file a pull request. I'll do my best to merge it quickly. Code style is `airbnb`, just without semicolons. If you use a good code editor, it will pick up the established ESLint setup. | ||
* If you would like to **add or change some features**, just fork it, hack away, and file a pull request. I'll do my best to merge it quickly. Code style is `airbnb`, only without semicolons. If you use a good code editor, it will pick up the established ESLint setup. | ||
**[⬆ back to top](#)** | ||
## Licence | ||
@@ -321,0 +323,0 @@ |
Sorry, the diff of this file is too big to display
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
94414
16
441
358
0
+ Addedcheck-types-mini@3.4.4(transitive)
+ Addedposthtml-ast-is-empty@3.1.0(transitive)
+ Addedutil-array-object-or-both@2.8.0(transitive)
- Removedcheck-types-mini@2.7.0(transitive)
- Removedposthtml-ast-is-empty@2.1.2(transitive)
- Removedutil-array-object-or-both@1.2.2(transitive)
Updatedast-monkey@^7.1.5
Updatedcheck-types-mini@^3.0.0
Updatedposthtml-ast-is-empty@^3.0.1