@svelteuidev/preprocessors
Advanced tools
Comparing version 0.7.4 to 0.7.5
168
package.json
{ | ||
"name": "@svelteuidev/preprocessors", | ||
"version": "0.7.4", | ||
"description": "Svelte preprocessor library to assist in many areas of development", | ||
"keywords": [ | ||
"svelte", | ||
"sveltekit", | ||
"svelteui", | ||
"preprocessor", | ||
"components", | ||
"library", | ||
"frontend" | ||
], | ||
"homepage": "https://svelteui.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/svelteuidev/svelteui", | ||
"directory": "packages/svelteui-preprocessor" | ||
}, | ||
"license": "MIT", | ||
"author": "Kamell Perry <kamellperry33@gmail.com>", | ||
"sideEffects": false, | ||
"type": "module", | ||
"module": "./package/index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"components/**/*.{js,svelte}", | ||
"utils/**/*.{js,svelte}", | ||
"types/**/*.d.ts" | ||
], | ||
"scripts": { | ||
"build": "vite build", | ||
"build-storybook": "build-storybook", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"dev": "vite dev", | ||
"format": "prettier --write --plugin-search-dir=. .", | ||
"generate-types": "deno run --unstable --allow-read --allow-write ../../scripts/generate-types.ts", | ||
"lint": "prettier --check --plugin-search-dir=. . && eslint .", | ||
"package": "svelte-package", | ||
"prepare": "svelte-kit sync", | ||
"preview": "vite preview", | ||
"pub": "cd package && yarn publish", | ||
"sort": "npx sort-package-json", | ||
"storybook": "start-storybook -p 6006", | ||
"update:lockfile": "yarn", | ||
"watch": "svelte-package -w" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@playwright/test": "1.21.0", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/adapter-node": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "1.0.0-next.3", | ||
"@testing-library/svelte": "3.1.2", | ||
"@types/js-string-escape": "1.0.1", | ||
"@types/mkdirp": "1.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.27.0", | ||
"@typescript-eslint/parser": "5.27.0", | ||
"babel-loader": "8.2.5", | ||
"eslint": "8.16.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-storybook": "0.6.1", | ||
"eslint-plugin-svelte3": "4.0.0", | ||
"happy-dom": "5.0.0", | ||
"js-string-escape": "1.0.1", | ||
"magic-string": "0.26.2", | ||
"mkdirp": "1.0.4", | ||
"postcss": "8.4.12", | ||
"prettier": "2.6.2", | ||
"prettier-plugin-svelte": "2.7.0", | ||
"sass": "1.50.0", | ||
"svelte": "3.52.0", | ||
"svelte-check": "2.7.1", | ||
"svelte-loader": "3.1.3", | ||
"svelte-preprocess": "4.10.6", | ||
"svelte2tsx": "0.5.7", | ||
"tslib": "2.3.1", | ||
"typescript": "4.7.4", | ||
"vite": "3.0.0", | ||
"vitest": "0.13.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": ">=3.47.0" | ||
} | ||
} | ||
"name": "@svelteuidev/preprocessors", | ||
"version": "0.7.5", | ||
"description": "Svelte preprocessor library to assist in many areas of development", | ||
"keywords": [ | ||
"svelte", | ||
"sveltekit", | ||
"svelteui", | ||
"preprocessor", | ||
"components", | ||
"library", | ||
"frontend" | ||
], | ||
"homepage": "https://svelteui.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/svelteuidev/svelteui", | ||
"directory": "packages/svelteui-preprocessor" | ||
}, | ||
"license": "MIT", | ||
"author": "Kamell Perry <kamellperry33@gmail.com>", | ||
"sideEffects": false, | ||
"type": "module", | ||
"module": "index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"components/**/*.{js,svelte}", | ||
"utils/**/*.{js,svelte}", | ||
"types/**/*.d.ts" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@playwright/test": "1.21.0", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/adapter-node": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "1.0.0-next.3", | ||
"@testing-library/svelte": "3.1.2", | ||
"@types/js-string-escape": "1.0.1", | ||
"@types/mkdirp": "1.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.27.0", | ||
"@typescript-eslint/parser": "5.27.0", | ||
"babel-loader": "8.2.5", | ||
"eslint": "8.16.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-storybook": "0.6.1", | ||
"eslint-plugin-svelte3": "4.0.0", | ||
"happy-dom": "5.0.0", | ||
"js-string-escape": "1.0.1", | ||
"magic-string": "0.26.2", | ||
"mkdirp": "1.0.4", | ||
"postcss": "8.4.12", | ||
"prettier": "2.6.2", | ||
"prettier-plugin-svelte": "2.7.0", | ||
"sass": "1.50.0", | ||
"svelte": "3.52.0", | ||
"svelte-check": "2.7.1", | ||
"svelte-loader": "3.1.3", | ||
"svelte-preprocess": "4.10.6", | ||
"svelte2tsx": "0.5.7", | ||
"tslib": "2.3.1", | ||
"typescript": "4.7.4", | ||
"vite": "3.0.0", | ||
"vitest": "0.13.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "3.47.0" | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./SourceCode/DisplaySourceCode.svelte": "./SourceCode/DisplaySourceCode.svelte", | ||
"./SourceCode/SourceCode.svelte": "./SourceCode/SourceCode.svelte", | ||
"./SourceCode": "./SourceCode/index.js", | ||
"./SourceCode/preprocess": "./SourceCode/preprocess.js", | ||
"./SourceCode/types": "./SourceCode/types.js", | ||
".": "./index.js", | ||
"./types": "./types.js", | ||
"./utils": "./utils/index.js" | ||
}, | ||
"svelte": "./index.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6480
13
78
0