Comparing version 0.0.0 to 1.0.0
{ | ||
"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" | ||
} |
# 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! | ||
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21426
5
352
1
1
13
8
2
+ Addedaxios@0.25.0
+ Addedaxios@0.25.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)