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

fib-typify

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fib-typify - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

bin/fib-typify.js

84

package.json
{
"name": "fib-typify",
"version": "0.1.2",
"description": "just write fibjs with typescript : )",
"main": "index.js",
"scripts": {
"ci": "fibjs test/index.js",
"test": "fibjs test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardo2016/fib-typify.git"
},
"keywords": [
"fibjs",
"typescript"
],
"author": "richardo2016 <richardo2016@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/richardo2016/fib-typify/issues"
},
"homepage": "https://github.com/richardo2016/fib-typify#readme",
"dependencies": {
"@fibjs/mkdirp": "^1.0.1",
"micromatch": "^3.1.10",
"typescript": "^2.9.1"
},
"ci": {
"type": "travis",
"version": [
"0.21.0",
"0.22.0",
"0.23.0",
"0.24.0"
]
},
"devDependencies": {
"@fibjs/ci": "^2.0.0",
"@types/fibjs": "github:fibjs/fib-types#v1.0.4"
}
"name": "fib-typify",
"version": "0.1.3",
"description": "just write fibjs with typescript : )",
"main": "index.js",
"bin": {
"fib-typify": "./bin/fib-typify.js"
},
"scripts": {
"ci": "fibjs test/index.js",
"test": "fibjs test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardo2016/fib-typify.git"
},
"keywords": [
"fibjs",
"typescript"
],
"author": "richardo2016 <richardo2016@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/richardo2016/fib-typify/issues"
},
"homepage": "https://github.com/richardo2016/fib-typify#readme",
"dependencies": {
"@fibjs/mkdirp": "^1.0.1",
"micromatch": "^3.1.10",
"typescript": "^2.9.1"
},
"ci": {
"type": "travis",
"version": [
"0.21.0",
"0.22.0",
"0.23.0",
"0.24.0",
"0.25.0"
]
},
"devDependencies": {
"@fibjs/ci": "^2.0.0",
"@types/fibjs": "github:fibjs/fib-types#v1.0.6"
}
}

@@ -9,2 +9,4 @@ #!/usr/bin/env fibjs

require('./spec.bin')
test.run(console.DEBUG)

Sorry, the diff of this file is not supported yet

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