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

@wildebeest/boxlayout

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/boxlayout - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

jest.config.js

14

package.json
{
"name": "@wildebeest/boxlayout",
"version": "0.1.0",
"version": "0.2.0",
"description": "Box Layout module for creating fullscreen admin enviroments",

@@ -8,3 +8,4 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc --declaration"
"build": "tsc --declaration",
"test": "jest"
},

@@ -16,8 +17,11 @@ "repository": {

"dependencies": {
"@wildebeest/common": "^0.1.0",
"@wildebeest/drag": "^0.1.0",
"@wildebeest/common": "^0.2.0",
"@wildebeest/drag": "^0.1.1",
"@wildebeest/js-modules": "^0.1.0",
"@wildebeest/scroll": "^0.1.2"
"@wildebeest/scroll": "^0.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.4.3"

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