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

@ubnt/unifi-connect-ui

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ubnt/unifi-connect-ui - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

dist/5e26f37ac3282f722dbab048c2fd524f.png

2

package.json

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

{ "name": "@ubnt/unifi-connect-ui", "version": "1.3.6", "description": "Web UI for UniFi Connect", "scripts": { "test": "cross-env NODE_ENV=development && jest --maxWorkers=50% --config test/jest.config.js", "test:coverage": "npm run clean && cross-env NODE_ENV=development && npm run test -- --coverage", "test:watch": "cross-env NODE_ENV=development && npm run test -- --watchAll", "start": "webpack-dev-server --env development --config webpack/webpack.config.js", "build": "npm run clean && webpack --env production --config webpack/webpack.config.js", "build:dev": "npm run clean && webpack --env development --config webpack/webpack.config.js", "build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && replace-in-file --configFile=changelog.config.js", "clean": "rimraf dist coverage", "lint": "eslint 'src/*/**.js'" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint --edit $1", "pre-push": "npm run test" } }, "lint-staged": { "*.js": [ "eslint --cache", "prettier --write" ] } }
{ "name": "@ubnt/unifi-connect-ui", "version": "1.3.7", "description": "Web UI for UniFi Connect", "scripts": { "test": "cross-env NODE_ENV=development && jest --maxWorkers=50% --config test/jest.config.js", "test:coverage": "npm run clean && cross-env NODE_ENV=development && npm run test -- --coverage", "test:watch": "cross-env NODE_ENV=development && npm run test -- --watchAll", "start": "webpack-dev-server --env development --config webpack/webpack.config.js", "build": "npm run clean && webpack --env production --config webpack/webpack.config.js", "build:dev": "npm run clean && webpack --env development --config webpack/webpack.config.js", "build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && replace-in-file --configFile=changelog.config.js", "clean": "rimraf dist coverage", "lint": "eslint 'src/*/**.js'" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint --edit $1", "pre-push": "npm run test" } }, "lint-staged": { "*.js": [ "eslint --cache", "prettier --write" ] } }
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