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

@solid-primitives/props

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/props - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

dist/esm/index.js

23

package.json
{
"name": "@solid-primitives/props",
"version": "2.1.2",
"version": "2.1.3",
"description": "Library of primitives focused around component props.",

@@ -30,9 +30,18 @@ "author": "Alex Lohr <alex.lohr@logmein.com>",

"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"solid": "./dist/source/index.jsx",
"import": "./dist/esm/index.js",
"browser": "./dist/esm/index.js",
"require": "./dist/esm/index.js",
"node": "./dist/esm/index.js"
}
},
"scripts": {
"start": "vite serve dev --host",
"dev": "npm run start",
"build": "tsup",
"build": "rollup -c",
"test": "uvu -r solid-register"

@@ -51,3 +60,2 @@ },

"devDependencies": {
"esbuild-plugin-solid": "^0.4.2",
"jsdom": "^19.0.0",

@@ -58,3 +66,4 @@ "nanospy": "^0.5.0",

"tslib": "^2.4.0",
"tsup": "^5.12.7",
"rollup": "^2.75.6",
"rollup-preset-solid": "^1.4.0",
"typescript": "^4.6.4",

@@ -61,0 +70,0 @@ "uvu": "^0.5.3",

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