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

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.8 to 0.1.10

lib/flatulence.js

4

index.js

@@ -1,3 +0,1 @@

const flatulence = require('./flatulence')
module.exports = flatulence
module.exports = require('./lib')
{
"name": "flatulence",
"version": "0.1.8",
"version": "0.1.10",
"description": "Flatten objects and arrays so that each key is the full path to a primitive value. Paths are lodash-compatible.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test"
},

@@ -16,3 +16,7 @@ "keywords": [

"author": "Kolja Kirchner",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^3.1.2"
}
}
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