New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

un-flatten-tree

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

un-flatten-tree - npm Package Compare versions

Comparing version

to
2.0.9

10

package.json
{
"name": "un-flatten-tree",
"version": "2.0.7",
"version": "2.0.9",
"description": "Functions for converting trees to lists and vice versa.",

@@ -8,5 +8,7 @@ "main": "dist/un-flatten-tree.js",

"scripts": {
"preversion": "npm run build && npm test",
"preversion": "npm run clean && npm run reinstall && npm run build && npm test",
"postversion": "git add -A . && git push && git push --tags",
"build": "tsc && uglifyjs -c -m -o ./dist/un-flatten-tree.min.js ./dist/un-flatten-tree.js",
"reinstall": "rm -rf node_modules && npm i",
"clean": "rm -rf dist build coverage",
"test": "npm run lint && npm run test:node",

@@ -44,3 +46,3 @@ "test:node": "tsc -p tests && intern-client config=build/tests/intern",

"lodash-amd": "^4.17.2",
"remap-istanbul": "^0.7.0",
"remap-istanbul": "^0.8.4",
"tslint": "^4.0.2",

@@ -50,5 +52,5 @@ "tslint-config-standard": "^2.0.0",

"uglify-js": "^2.7.5",
"vrsource-tslint-rules": "^0.14.1"
"vrsource-tslint-rules": "^4.0.0"
},
"dependencies": {}
}