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

@bedrock-layout/type-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-layout/type-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/index.esm.js

2

lib/index.umd.js

@@ -1,2 +0,2 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t(e.typeUtils={},e.react)}(this,function(e,t){t=t&&t.hasOwnProperty("default")?t.default:t,e.forwardRefWithAs=function(e){return t.forwardRef(e)}});
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e=e||self).typeUtils={},e.react)}(this,function(e,t){t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t,e.forwardRefWithAs=function(e){return t.forwardRef(e)}});
//# sourceMappingURL=index.umd.js.map
{
"name": "@bedrock-layout/type-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "bedrock-layout type utils",

@@ -38,4 +38,8 @@ "sideEffects": false,

"clean:build": "rimraf lib",
"build": "microbundle build --jsx react && rimraf ./.rts2_cache*",
"build:watch": "microbundle build --jsx react --watch"
"build": "microbundle build --jsx React.createElement",
"build:watch": "microbundle build --jsx React.createElement --watch",
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json)\"",
"fix-format": "npm run prettier -- --write",
"check-format": "npm run prettier -- --list-different",
"check-types": "tsc --noEmit"
},

@@ -48,3 +52,3 @@ "bugs": {

},
"gitHead": "32aec86133a44b269465d3954ecc60bcd1096b46"
"gitHead": "e7470a583cb4a7040ac90d6b3824b2c13fe02a09"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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