Socket
Socket
Sign inDemoInstall

flatulence

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatulence - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

2

flatulence.js

@@ -8,3 +8,3 @@ const flatulence = (subject, prefix = '', result = {}) => {

subject[key],
prefix + '.' + key
prefix + '.' + key,
result,

@@ -11,0 +11,0 @@ )

{
"name": "flatulence",
"version": "0.1.2",
"version": "0.1.4",
"description": "Flatten objects and arrays so that each key is the full path to a primitive value. Paths are lodash-compatible.",

@@ -5,0 +5,0 @@ "main": "index.js",

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