Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

omit-empty-es

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omit-empty-es - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/omit-empty.cjs.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.3
- bundle using [Rollup](https://rollupjs.org/)
# 1.0.2

@@ -2,0 +6,0 @@

19

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc