omit-empty-es
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,5 @@ | ||
# 1.0.3 | ||
- bundle using [Rollup](https://rollupjs.org/) | ||
# 1.0.2 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "omit-empty-es", | ||
"description": "(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/emmenko/omit-empty-es", | ||
@@ -12,6 +12,8 @@ "repository": "emmenko/omit-empty-es", | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"main": "dist/omit-empty.cjs.js", | ||
"module": "dist/omit-empty.esm.js", | ||
"scripts": { | ||
"build": "parcel build src/index.js --experimental-scope-hoisting", | ||
"prebuild": "rimraf dist", | ||
"build": "cross-env NODE_ENV=production rollup -c", | ||
"format": "prettier --write '**/*.js'", | ||
"lint": "eslint src/*", | ||
@@ -27,2 +29,3 @@ "test": "jest" | ||
"babel-jest": "^24.5.0", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.15.3", | ||
@@ -36,3 +39,9 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
"jest": "^24.5.0", | ||
"parcel-bundler": "^1.12.3" | ||
"prettier": "^1.16.4", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.7.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"rollup-plugin-commonjs": "^9.2.2", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
@@ -39,0 +48,0 @@ "keywords": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
15508
6
424
22