Socket
Book a DemoInstallSign in
Socket

@skyway-sdk/model

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyway-sdk/model - npm Package Compare versions

Comparing version

to
0.2.0-beta.3

8

package.json
{
"name": "@skyway-sdk/model",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "The official Next Generation JavaScript SDK for SkyWay",
"homepage": "https://beta.skyway.ntt.com/",
"license": "MIT",
"license": "SEE LICENSE IN https://beta.skyway.ntt.com/terms.html",
"author": "NTT Communications Corp.",

@@ -23,3 +23,5 @@ "main": "dist/index.js",

"type": "tsc --noEmit -p ./tsconfig.json",
"watch": "tsc -p tsconfig.build.json -w"
"watch": "npm-run-all --parallel watch:tsc watch:esbuild",
"watch:tsc": "tsc -p tsconfig.build.json -w",
"watch:esbuild": "esbuild src/index.ts --bundle --watch --format=esm --target=es6 --outfile=dist/index.mjs"
},

@@ -26,0 +28,0 @@ "dependencies": {},