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

filey

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filey - npm Package Compare versions

Comparing version 0.0.1 to 1.0.1

dist/filey.d.ts

29

package.json
{
"name": "filey",
"version": "0.0.1",
"description": "js file type detector",
"main": "index.js",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rimraf ./build && tsc && node task",
"test": "npm run build && ava --verbose ./build/test"
"build": "rimraf dist && tsc",
"test": "npm run build && tape test/index.js | faucet"
},
"author": "Will Bartlett",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^6.0.48",
"rematch": "^0.1.3"
},
"devDependencies": {
"ava": "^0.17.0",
"fs-extra": "^1.0.0",
"rimraf": "^2.5.4",
"typescript": "^2.0.10"
"@types/node": "^8.0.58",
"faucet": "0.0.1",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"typescript": "^2.6.2"
}
}
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