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

map2tree

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map2tree - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

lib/cjs/index.js

46

package.json
{
"name": "map2tree",
"version": "2.0.0",
"version": "2.1.0",
"description": "Utility for mapping maps to trees",

@@ -19,9 +19,10 @@ "keywords": [

"files": [
"dist",
"lib",
"src"
],
"main": "dist/map2tree.cjs.js",
"module": "dist/map2tree.esm.js",
"types": "dist/index.d.ts",
"unpkg": "dist/map2tree.umd.js",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"unpkg": "lib/umd/map2tree.umd.js",
"sideEffects": false,
"repository": {

@@ -32,4 +33,8 @@ "type": "git",

"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"build": "yarn build:cjs && yarn build:esm && yarn build:types && yarn build:umd",
"build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs",
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm",
"build:types": "tsc --emitDeclarationOnly",
"build:umd": "rollup -c",
"clean": "rimraf lib",
"test": "jest",

@@ -46,6 +51,7 @@ "lint": "eslint . --ext .ts",

"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",

@@ -57,18 +63,18 @@ "@rollup/plugin-babel": "^5.3.0",

"@types/lodash": "^4.14.178",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^25.7.0",
"immutable": "^4.0.0",
"jest": "^27.4.5",
"jest": "^27.4.7",
"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup": "^2.66.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}
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