Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
6
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.2 to 12.0.0-rc.0

20

package.json
{
"name": "@lucidtech/las-sdk-core",
"version": "11.1.2",
"version": "12.0.0-rc.0",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -16,2 +16,10 @@ "maintainers": [

"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"lint": "eslint ./src/**/*",
"test": "jest src",
"bump-patch": "pnpm version patch",
"bump-minor": "pnpm version minor",
"bump-major": "pnpm version major"
},
"dependencies": {

@@ -26,11 +34,3 @@ "axios": "^0.24.0",

"uuid": "^8.3.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"lint": "eslint ./src/**/*",
"test": "jest src",
"bump-patch": "pnpm version patch",
"bump-minor": "pnpm version minor",
"bump-major": "pnpm version major"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc