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

radioco-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radioco-api - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

esm/mod.d.ts

46

package.json
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"name": "radioco-api",
"version": "0.2.2",
"author": {
"name": "James Cook",
"email": "james@jaminit.co.uk"
},
"version": "1.0.0",
"description": "An API wrapper for radio.co",

@@ -9,6 +15,2 @@ "repository": {

},
"main": "dist/main.js",
"scripts": {
"build": "tsc"
},
"keywords": [

@@ -18,22 +20,20 @@ "radio",

],
"author": "James Cook",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "2.8.8",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
"engines": {
"node": ">=18"
},
"dependencies": {
"ky": "^0.33.3",
"ky-universal": "^0.11.0"
"sideEffects": false,
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"types": "dist/main.d.ts",
"files": [
"dist"
]
}
"scripts": {
"test": "node test_runner.js"
},
"devDependencies": {
"@types/node": "^18.11.9",
"picocolors": "^1.0.0"
}
}
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