New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slipmatio/toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slipmatio/toolbelt - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

CHANGES.md

82

package.json
{
"name": "@slipmatio/toolbelt",
"version": "0.0.4",
"main": "dist/index.es.js",
"module": "dist/index.es.js",
"version": "0.0.5",
"main": "dist/toolbelt.js",
"module": "dist/toolbelt.mjs",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
"import": "./dist/toolbelt.mjs",
"require": "./dist/toolbelt.js"
}
},
"typings": "./dist/src/index.d.ts",
"typings": "./dist/index.d.ts",
"repository": "https://github.com/slipmatio/toolbelt",
"author": "Ville Säävuori <ville@unessa.net>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite build --config ./vite.test.config.ts && vite preview --port 3001 --config ./vite.test.config.ts",
"start": "yarn dev & wait-on tcp:3000 -v",
"test": "vitest",
"test-e2e": "cypress open",
"test-e2e-headless": "cypress run --headless",
"test-components": "cypress open-ct",
"test:ci": "vitest run --coverage",
"test:ci-e2e": "start-server-and-test 'yarn preview' http://localhost:3001/ 'yarn test-e2e-headless'",
"test:ci-components": "cypress run-ct",
"coverage": "vitest run --coverage",
"report": "nyc report --reporter=text-summary"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.12",
"@cypress/vite-dev-server": "~2.2",
"@cypress/vue": "~3.1",
"@typescript-eslint/eslint-plugin": "~5",
"@typescript-eslint/parser": "~5",
"@vitejs/plugin-vue": "~2",
"@vue/eslint-config-standard": "~6.1",
"@vue/eslint-config-typescript": "~10",
"autoprefixer": "~10",
"c8": "~7",
"cypress": "~9.5",
"eslint": "~8.10",
"eslint-config-prettier": "~8.5",
"eslint-plugin-import": "~2",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~6.0",
"eslint-plugin-vue": "~8",
"nyc": "^15.1.0",
"start-server-and-test": "^1.14.0",
"typescript": "~4.6",
"vite": "~2.8",
"vite-plugin-dts": "^0.9.9",
"vite-plugin-istanbul": "^2.5.0",
"vitest": "~0.6",
"vue": "~3.2",
"wait-on": "~6.0"
"@playwright/test": "1.35.1",
"@types/node": "20.3.2",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-v8": "0.32.2",
"@vue/test-utils": "2.4.0",
"happy-dom": "9.20.3",
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-plugin-dts": "3.0.0-beta.1",
"vitest": "0.32.2",
"vue": "3.3.4",
"vue-tsc": "1.8.2"
},
"files": [
"dist/index.es.js",
"dist/index.es.js.map",
"dist/index.umd.js",
"dist/index.umd.js.map",
"dist/src/index.d.ts",
"dist/src/browser.d.ts",
"dist",
"CHANGES.md",
"README.md",

@@ -70,3 +37,2 @@ "LICENSE.md"

"keywords": [
"vue",
"utils",

@@ -79,3 +45,9 @@ "typescript",

},
"homepage": "https://github.com/slipmatio/toolbelt"
"homepage": "https://github.com/slipmatio/toolbelt",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
}
}
# Slipmat Toolbelt
**Note: this project is under active development (and untested), DO NOT USE**
**Note: this project is under active development, DO NOT USE IN PRODUCTION**

@@ -16,3 +16,3 @@ General utilities for Web development

`yarn add @slipmatio/toolbelt`
`pnpm add @slipmatio/toolbelt`

@@ -27,11 +27,11 @@ ## Usage

`yarn`
`pnpm i`
### Run development server
`yarn dev`
`pnpm dev`
### Run tests
`yarn test`
`pnpm test`

@@ -44,2 +44,2 @@ ## Contributing

[Follow @uninen](https://twitter.com/uninen) on Twitter
[Follow @uninen](https://twitter.com/uninen) on Twitter
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