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

@kodiak-ui/skeleton

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodiak-ui/skeleton - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

12

dist/skeleton.cjs.d.ts

@@ -1,1 +0,11 @@

export * from "./declarations/src/index";
// are you seeing an error that a default export doesn't exist but your source file has a default export?
// you should run `yarn` or `yarn preconstruct dev` if preconstruct dev isn't in your postinstall hook
// curious why you need to?
// this file exists so that you can import from the entrypoint normally
// except that it points to your source file and you don't need to run build constantly
// which means we need to re-export all of the modules from your source file
// and since export * doesn't include default exports, we need to read your source file
// to check for a default export and re-export it if it exists
// it's not ideal, but it works pretty well ¯\_(ツ)_/¯
export * from "../src/index";

6

package.json
{
"name": "@kodiak-ui/skeleton",
"version": "0.1.6",
"version": "0.1.7",
"description": "Skeleton for loading",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@kodiak-ui/primitives": "^0.17.11"
"@kodiak-ui/primitives": "^0.17.12"
},

@@ -36,3 +36,3 @@ "repository": {

},
"gitHead": "afd7c8de953945c6689d397645092915ea6085a9"
"gitHead": "9213f2f37d7c241ee0a9739eefcf5dc039f16966"
}
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