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

@clam-examples/multi-components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clam-examples/multi-components - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

./dist/index.js

20

package.json
{
"name": "@clam-examples/multi-components",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"exports": {
"import": {
"default": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts"
}
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"dependencies": {

@@ -37,4 +37,8 @@ "classnames": "^2.5.1"

"stylelint": "stylelint '**/*.{css,scss,less}'",
"stylelint:fix": "stylelint --fix '**/*.{css,scss,less}'"
"stylelint:fix": "stylelint --fix '**/*.{css,scss,less}'",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test:watch": "vitest"
}
}
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