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

@barelyhuman/darkness

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barelyhuman/darkness - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.0.1-beta.2

19

package.json
{
"name": "@barelyhuman/darkness",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"repository": "git@github.com:barelyhuman/darkness.git",

@@ -10,3 +10,18 @@ "license": "MIT",

"exports": {
"./package.json": "./package.json"
"./package.json": "./package.json",
"./box": {
"import": "./box.mjs",
"require": "./box.js",
"types": "./box.d.ts"
},
"./button": {
"import": "./button.mjs",
"require": "./button.js",
"types": "./button.d.ts"
},
"./text": {
"import": "./text.mjs",
"require": "./text.js",
"types": "./text.d.ts"
}
},

@@ -13,0 +28,0 @@ "publishConfig": {

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