Socket
Socket
Sign inDemoInstall

object-treeify

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-treeify - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

22

package.json
{
"name": "object-treeify",
"version": "1.1.5",
"version": "1.1.6",
"description": "Stringify Object as tree structure",
"main": "lib/index.js",
"scripts": {
"test": "npm run clean && npm run gardener && npm run test-simple",
"clean": "rm -rf lib",
"build": "npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles",
"clean-build": "npm run clean && npm run build",
"build-artifact": "npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package",
"build-clean": "npm run clean && npm run build",
"test-simple": "nyc mocha \"./test/**/*.spec.js\"",
"test": "npm run clean && npm run gardener && npm run test-simple",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "npm run build-artifact && npm run clean-build && npx semantic-release",
"semantic-release": "npm run build-clean && npx semantic-release",
"gardener": "node gardener"

@@ -41,8 +40,8 @@ },

"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-transform-flow-comments": "7.4.0",
"@babel/preset-flow": "7.0.0",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/register": "7.4.0",
"@blackflux/eslint-plugin-rules": "1.0.0",
"@blackflux/robo-config-plugin": "1.3.0",
"babel-eslint": "10.0.1",

@@ -52,3 +51,3 @@ "chai": "4.2.0",

"eslint": "5.16.0",
"js-gardener": "1.38.6",
"js-gardener": "2.0.1",
"nyc": "13.3.0",

@@ -84,3 +83,2 @@ "semantic-release": "15.13.3"

"coverage/*",
"flow-typed/*",
"lib/*"

@@ -87,0 +85,0 @@ ]

@@ -39,3 +39,3 @@ # object-treeify

<!-- eslint-disable import/no-unresolved -->
<!-- eslint-disable import/no-unresolved,import/no-extraneous-dependencies -->
```js

@@ -42,0 +42,0 @@ const treeify = require('object-treeify');

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