Socket
Socket
Sign inDemoInstall

@magidoc/plugin-starter-variables

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/plugin-starter-variables - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

vitest.config.ts

15

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "2.6.0",
"version": "2.6.1",
"type": "module",

@@ -22,13 +22,12 @@ "license": "MIT",

"devDependencies": {
"@jest/types": "^28.1.3",
"@rollup/plugin-typescript": "^8.3.3",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.6",
"jest": "^28.1.3",
"@types/node": "^18.6.1",
"c8": "^7.12.0",
"lodash": "^4.17.21",
"rollup": "^2.77.0",
"ts-jest": "^28.0.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vitest": "^0.19.1"
},

@@ -43,5 +42,5 @@ "optionalDependencies": {

"build:tsc": "tsc --build tsconfig.build.json",
"test": "jest",
"test": "vitest run --coverage",
"release": "pnpm publish --no-git-checks --access public"
}
}
import { templates, Variable, magidoc, toVariablesFile } from '../../src'
import { UnsupportedVariablesError } from '../../src/env/envFileContent'
import { describe, expect, it } from 'vitest'

@@ -4,0 +5,0 @@ describe('creating a variables file ', () => {

@@ -6,2 +6,3 @@ import type { ZodType } from 'zod'

import type { Page } from '../src/index'
import { describe, expect, it, test } from 'vitest'

@@ -8,0 +9,0 @@ describe('variables', () => {

@@ -20,4 +20,9 @@ {

},
"include": ["src/**/*.ts", "src/**/*.d.ts", "tests/**/*.ts"],
"include": [
"vitest.config.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"tests/**/*.ts"
],
"exclude": ["build", "node_modules"]
}
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