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.3 to 2.1.4

dist/cjs/index.js

8

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

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

"type": "module",
"main": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

@@ -39,4 +39,4 @@ "types": "dist/types/index.d.ts",

"browser": "./dist/esm/index.js",
"require": "./dist/esm/index.js",
"node": "./dist/esm/index.js"
"require": "./dist/cjs/index.js",
"node": "./dist/cjs/index.js"
}

@@ -43,0 +43,0 @@ },

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