Socket
Socket
Sign inDemoInstall

@rss3/js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss3/js-sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.eslintrc.json

29

package.json
{
"name": "@rss3/js-sdk",
"type": "module",
"version": "0.0.1",
"exports": {
"./*": "./src/*"
"version": "0.0.2",
"main": "dist/index.js",
"engines": {
"node": ">=v19.8.1"
},
"description": "js sdk for rss3 services",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"generate": "npm run build && node dist/types/generate",
"build": "rm -rf dist && tsc",
"test": "vitest",
"lint": "cspell --no-progress '**' && eslint --max-warnings=0 src && prettier -c . && tsc --noEmit",
"format": "eslint --fix && prettier -w ."
},
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cspell": "^6.31.1",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vitest": "^0.32.2"
},
"dependencies": {
"openapi-fetch": "^0.6.0"
}
}
# Overview
The JS SDK for rss3 services.
## Development
Install [use-node](https://github.com/ysmood/use-node).
```bash
use-node
npm i
npm t
```

@@ -1,3 +0,1 @@

export default () => {
console.log('hello world')
}
export { client as dataClient } from './data/client'

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