Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lucidtech/las-sdk-core - npm Package Compare versions

Comparing version 12.0.0-rc.0 to 12.0.0-rc.1

22

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

@@ -16,10 +16,2 @@ "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": {

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

"uuid": "^8.3.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"pack": "pnpm pack",
"lint": "eslint ./src/**/*",
"test": "jest src",
"bump-patch": "pnpm version patch",
"bump-minor": "pnpm version minor",
"bump-major": "pnpm version major",
"bump-rc": "pnpm version prerelease --preid rc"
}
}
}
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