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

ufo

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ufo - npm Package Compare versions

Comparing version 0.1.5 to 0.5.2

CHANGELOG.md

74

package.json
{
"name": "ufo",
"version": "0.1.5",
"description": "UFO is a develope environment for front-end developer",
"author": "UFO Team of Sogou-inc.",
"contributors": [
"Zheng Xin <zhengxin@sogou-inc.com>"
],
"dependencies": {
"express": "2.5.9",
"request": "2.9.202",
"colors":"0.6.0",
"requirejs":"2.0.1"
"name": "ufo",
"version": "0.5.2",
"description": "URL utils for humans",
"repository": "nuxt-contrib/ufo",
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"keywords": [
"framework",
"webapp"
],
"main": "lib/index",
"bin": {
"ufo": "bin/ufo"
},
"engines": {
"node": ">= 0.4.0 < 0.7.0",
"npm": ">= 1.0.0"
},
"devDependencies": {},
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/sogou-ufo/ufo.git"
},
"bugs": {
"url": "https://github.com/sogou-ufo/ufo/issues"
},
"scripts": {
"start": "ufo start",
"test": "ufo test"
}
"./": "./"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "siroc build",
"lint": "eslint --ext .ts .",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"dependencies": {},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/flat": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"eslint": "latest",
"jest": "latest",
"siroc": "latest",
"standard-version": "latest",
"ts-jest": "latest",
"typescript": "latest"
}
}
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