New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@gentleduck/variants

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gentleduck/variants - npm Package Compare versions

Comparing version
0.1.14
to
0.1.15
+18
tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"incremental": false,
"jsx": "react-jsx",
"lib": ["ES2022", "dom", "dom.iterable"],
"module": "preserve",
"moduleResolution": "bundler",
"outDir": "./dist",
"paths": {
"~/*": ["./src/*"]
},
"rootDir": "./"
},
"exclude": ["node_modules", "dist"],
"include": ["."]
}
+5
-2

@@ -24,3 +24,6 @@ {

"files": [
"dist"
"dist",
"README.md",
"LICENSE",
"tsconfig.json"
],

@@ -57,3 +60,3 @@ "homepage": "https://github.com/gentleduck/ui/tree/master/packages/duck-variants#readme",

"types": "./dist/index.d.ts",
"version": "0.1.14",
"version": "0.1.15",
"scripts": {

@@ -60,0 +63,0 @@ "build": "tsdown",