@chakra-ui/c-accordion
Advanced tools
Comparing version 0.1.0-alpha.12 to 1.0.0-alpha.11
@@ -1,2 +0,11 @@ | ||
export * from "./declarations/src/index"; | ||
export { default } 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"; |
@@ -1,7 +0,16 @@ | ||
'use strict'; | ||
"use strict"; | ||
// this file might look strange and you might be wondering what it's for | ||
// it's lets you import your source files by importing this entrypoint | ||
// as you would import it if it was built with preconstruct build | ||
// this file is slightly different to some others though | ||
// it has a require hook which compiles your code with Babel | ||
// this means that you don't have to set up @babel/register or anything like that | ||
// but you can still require this module and it'll be compiled | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./chakra-ui-c-accordion.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./chakra-ui-c-accordion.cjs.dev.js"); | ||
} | ||
// this bit of code imports the require hook and registers it | ||
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", ".."); | ||
// this re-exports the source file | ||
module.exports = require("../src/index.tsx"); | ||
unregister(); |
{ | ||
"name": "@chakra-ui/c-accordion", | ||
"version": "0.1.0-alpha.12", | ||
"version": "1.0.0-alpha.11", | ||
"main": "dist/chakra-ui-c-accordion.cjs.js", | ||
@@ -23,3 +23,10 @@ "module": "dist/chakra-ui-c-accordion.esm.js", | ||
"dependencies": { | ||
"@chakra-ui/vue-system": "0.1.0-alpha.12" | ||
"@chakra-ui/c-icon": "1.0.0-alpha.11", | ||
"@chakra-ui/c-motion": "1.0.0-alpha.10", | ||
"@chakra-ui/utils": "^2.0.3", | ||
"@chakra-ui/vue-composables": "1.0.0-alpha.10", | ||
"@chakra-ui/vue-system": "1.0.0-alpha.11", | ||
"@chakra-ui/vue-utils": "1.0.0-alpha.11", | ||
"@zag-js/accordion": "^0.1.13", | ||
"@zag-js/vue": "^0.1.14" | ||
}, | ||
@@ -33,4 +40,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"vue": "^3.2.29" | ||
"vue": "^3.2.37" | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
2650
9
3
23
+ Added@chakra-ui/utils@^2.0.3
+ Added@zag-js/accordion@^0.1.13
+ Added@zag-js/vue@^0.1.14
+ Added@chakra-ui/c-color-mode@0.1.0-alpha.91.0.0-alpha.10(transitive)
+ Added@chakra-ui/c-icon@1.0.0-alpha.11(transitive)
+ Added@chakra-ui/c-motion@1.0.0-alpha.10(transitive)
+ Added@chakra-ui/styled-system@2.12.2(transitive)
+ Added@chakra-ui/utils@2.2.4(transitive)
+ Added@chakra-ui/vue-composables@1.0.0-alpha.10(transitive)
+ Added@chakra-ui/vue-styled@0.0.0-alpha.1(transitive)
+ Added@chakra-ui/vue-system@0.1.0-alpha.111.0.0-alpha.11(transitive)
+ Added@chakra-ui/vue-utils@0.1.0-alpha.111.0.0-alpha.11(transitive)
+ Added@emotion/weak-memoize@0.2.5(transitive)
+ Added@types/lodash.camelcase@4.3.9(transitive)
+ Added@types/lodash.memoize@4.1.9(transitive)
+ Added@types/lodash.mergewith@4.6.9(transitive)
+ Added@vueuse/core@6.9.2(transitive)
+ Added@vueuse/motion@1.6.0(transitive)
+ Added@vueuse/shared@6.9.2(transitive)
+ Added@zag-js/accordion@0.1.15(transitive)
+ Added@zag-js/core@0.1.12(transitive)
+ Added@zag-js/store@0.1.4(transitive)
+ Added@zag-js/types@0.2.7(transitive)
+ Added@zag-js/vue@0.1.16(transitive)
+ Addedclsx@1.2.1(transitive)
+ Addedcsstype@3.1.0(transitive)
+ Addedhey-listen@1.0.8(transitive)
+ Addedklona@2.0.5(transitive)
+ Addedlodash.memoize@4.1.2(transitive)
+ Addedpopmotion@9.4.2(transitive)
+ Addedproxy-compare@2.3.0(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedstyle-value-types@4.1.5(transitive)
+ Addedvue-demi@0.14.10(transitive)
- Removed@chakra-ui/c-color-mode@0.1.0-alpha.10(transitive)
- Removed@chakra-ui/vue-system@0.1.0-alpha.12(transitive)
- Removed@chakra-ui/vue-utils@0.1.0-alpha.12(transitive)