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

@fonos/types

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fonos/types - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

src/agent.ts

16

package.json
{
"name": "@fonos/types",
"version": "0.0.1",
"version": "0.0.2",
"description": "Handles Fonos types",
"author": "Pedro Sanders <sanderspedro@gmail.com>",
"homepage": "https://github.com/fonoster/fonos#readme",
"license": "MIT",
"main": "dist/index",

@@ -11,7 +12,5 @@ "types": "dist/index",

"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build"
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json"
},
"license": "MIT",
"directories": {

@@ -22,3 +21,3 @@ "src": "src",

"files": [
"dist"
"src"
],

@@ -38,3 +37,6 @@ "publishConfig": {

},
"gitHead": "c664aaddbf44840bdf6f97f602e255f5daf6571d"
"devDependencies": {
"dotenv": "^8.2.0",
"typescript": "^3.9.3"
}
}
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