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

seamapi

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seamapi - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

dist/index.d.ts

47

package.json
{
"name": "seamapi",
"version": "0.0.0",
"main": "index.js",
"license": "MIT"
"description": "Control locks, lights and other internet of things devices with Seam's simple API",
"keywords": [
"seam",
"api",
"iot",
"device"
],
"version": "1.0.0",
"license": "MIT",
"main": "./dist/index.js",
"files": [
"dist"
],
"dependencies": {
"axios": "0.25.0"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.0",
"@semantic-release/release-notes-generator": "10.0.3",
"@swc/core": "1.2.133",
"@types/node": "17.0.10",
"husky": ">=6",
"lint-staged": "12.3.1",
"prettier": "2.5.1",
"tsup": "5.11.11",
"typedoc": "0.22.11",
"typedoc-plugin-markdown": "3.11.12",
"typescript": "4.5.5"
},
"lint-staged": {
"*.{ts,css,md}": "prettier --write"
},
"scripts": {
"prepare": "husky install",
"prepack": "npm run build",
"build:package": "tsup",
"build:docs": "typedoc --plugin typedoc-plugin-markdown --gitRevision main src/index.ts",
"build": "npm run build:package && npm run build:docs",
"test": "prettier --check .",
"format": "prettier --write ."
},
"repository": "https://github.com/hello-seam/seamapi-javascript"
}

3

README.md
# Javascript / Typescript Seam API Library
Control locks, lights and other internet of things devices with Seam's simple API. Check out the documentation or [some examples](./examples)
Control locks, lights and other internet of things devices with Seam's simple API. Check out [the documentation](./docs/modules.md) or [some examples](./examples).

@@ -8,2 +8,1 @@ ## In Progress

This library is in progress!
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