Sign In

@framedash/api-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@framedash/api-client - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+33
-29
package.json
{
"name": "@framedash/api-client",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist"
}
}
"name": "@framedash/api-client",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crane-valley/framedash-api-client.git"
}
}