Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lssm

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lssm - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

11

package.json
{
"name": "lssm",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/syropian/lssm",

@@ -22,6 +22,7 @@ "author": "Collin Henderson <collin@syropia.net>",

"build": "tsc && vite build",
"build:demo": "vite build --mode demo",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint --ext .ts --ignore-path .gitignore ./src ./test --fix",
"format": "prettier ./src ./test -w -u"
"lint": "eslint --ext .ts --ignore-path .gitignore ./src ./test ./example --fix",
"format": "prettier ./src ./test ./example -w -u"
},

@@ -32,2 +33,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^5.38.1",
"@vitejs/plugin-vue": "^3.1.2",
"eslint": "^8.24.0",

@@ -40,4 +42,5 @@ "eslint-config-prettier": "^8.5.0",

"vite-plugin-dts": "^1.6.4",
"vitest": "^0.23.4"
"vitest": "^0.23.4",
"vue": "^3.2.41"
}
}

@@ -23,3 +23,3 @@ # lssm [![Tests](https://github.com/syropian/lssm/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/syropian/lssm/actions/workflows/test.yml)

Usage instructions coming soon. See `/example/index.ts` and `/test/index.test.ts` for example usage.
Usage instructions coming soon. See `/test/index.test.ts` for example usage.

@@ -30,8 +30,11 @@ ## Development

# To run the tests
$ pnpm test
pnpm test
# or
$ pnpm run test:watch
pnpm run test:watch
# To run the example
pnpm run dev
# To publish the dist files
$ pnpm run build
pnpm run build
```

@@ -38,0 +41,0 @@

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