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

boxible

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxible - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/index.d.ts

19

package.json
{
"name": "boxible",
"version": "0.0.2",
"version": "0.0.3",
"description": "Typescript React component to set flexbox properties on a element",

@@ -8,11 +8,11 @@ "repository": "https://github.com/nathanstitt/boxible",

"license": "MIT",
"typings": "dist/boxible.d.ts",
"main": "dist/box.js",
"module": "dist/boxible.module.js",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"exports": {
"import": "./dist/boxible.modern.js",
"require": "./dist/boxible.js"
"import": "./dist/index.modern.js",
"require": "./dist/index.js"
},
"unpkg": "dist/boxible.umd.js",
"source": "src/box.ts",
"unpkg": "dist/index.umd.js",
"source": "src/index.ts",
"engines": {

@@ -72,3 +72,4 @@ "node": ">=10"

"files": [
"dist"
"dist",
"src"
],

@@ -75,0 +76,0 @@ "dependencies": {

@@ -5,2 +5,3 @@ ## make flexbox containers in typescript using styled-components

Full docs are published at [https://nathanstitt.github.io/boxible/](https://nathanstitt.github.io/boxible/)
```jsx

@@ -7,0 +8,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