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

@wework/floormap-utils

Package Overview
Dependencies
Maintainers
54
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wework/floormap-utils - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6-rc.5

dist/floormap-utils.cjs.development.js

55

package.json
{
"name": "@wework/floormap-utils",
"version": "1.3.5",
"jsnext:main": "dist/floormap-utils.es.js",
"module": "dist/floormap-utils.es.js",
"main": "dist/floormap-utils.cjs.js",
"umd:main": "dist/floormap-utils.umd.js",
"types": "dist/index.d.ts",
"amdName": "FloormapUtils",
"version": "1.3.6-rc.5+7b1b736",
"main": "dist/index.js",
"module": "dist/tsdxlib.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"bump": "standard-version",
"testonly": "jest --coverage",
"test": "jest",
"test:cover": "jest --coverage",
"test:ci": "jest --ci --coverage",
"build": "npm-run-all rollup rollup:min size",
"start": "tsdx watch --verbose",
"build": "tsdx build --verbose",
"test": "tsdx test --env=jsdom",
"lint": "tsdx lint",
"clean": "rimraf dist",
"rollup": "rollup -c",
"rollup:min": "cross-env MINIFY=minify rollup -c",
"size": "echo \"Gzipped Size: $(cat dist/floormap-utils.umd.min.js | gzip-size)\"",
"precommit": "lint-staged",
"dev": "concurrently \"npm run type-check:watch\" \"rollup -c -w\"",
"type-check": "tsc --project ./tsconfig.build.json",
"type-check:watch": "npm run type-check -- --watch"
"dev": "npm run start"
},
"author": "",
"license": "WeWork",
"files": [
"dist",
"index.js"
],
"devDependencies": {
"cross-env": "^5.0.1",
"gzip-size-cli": "^2.0.0",
"lint-staged": "^4.0.2",
"npm-run-all": "^4.0.2",
"rimraf": "^2.5.2",
"rollup": "^0.45.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"standard-version": "^4.0.0"
"rimraf": "^2.5.2"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
},
"dependencies": {

@@ -54,3 +27,3 @@ "date-fns": "^2.2.1",

},
"gitHead": "439856465d46e9f526b63b26c11f5cce4381fa62"
"gitHead": "7b1b73661f450fe73389e563585354983b30a68c"
}
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