solid-native
Advanced tools
+1
-0
| export { For, Index, Match, Show, Switch, MatchProps, Dynamic, Children, } from "./primitiveComps"; | ||
| export * from "solid-js"; | ||
| export * from "solid-js/store"; | ||
| export * from "./wrapSolidComponent"; | ||
@@ -4,0 +5,0 @@ export * from "./wrapSolidJsxComponent"; |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,KAAK,EACL,KAAK,EACL,IAAI,EACJ,MAAM,EACN,UAAU,EACV,OAAO,EACP,QAAQ,GACT,MAAM,kBAAkB,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC"} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,KAAK,EACL,KAAK,EACL,IAAI,EACJ,MAAM,EACN,UAAU,EACV,OAAO,EACP,QAAQ,GACT,MAAM,kBAAkB,CAAC;AAE1B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAE/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC"} |
+1
-0
@@ -26,2 +26,3 @@ "use strict"; | ||
| __exportStar(require("solid-js"), exports); | ||
| __exportStar(require("solid-js/store"), exports); | ||
| __exportStar(require("./wrapSolidComponent"), exports); | ||
@@ -28,0 +29,0 @@ __exportStar(require("./wrapSolidJsxComponent"), exports); |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAS0B;AARxB,qGAAA,GAAG,OAAA;AACH,uGAAA,KAAK,OAAA;AACL,uGAAA,KAAK,OAAA;AACL,sGAAA,IAAI,OAAA;AACJ,wGAAA,MAAM,OAAA;AAEN,yGAAA,OAAO,OAAA;AAGT,2CAAyB;AACzB,uDAAqC;AACrC,0DAAwC;AACxC,8CAA4B"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAS0B;AARxB,qGAAA,GAAG,OAAA;AACH,uGAAA,KAAK,OAAA;AACL,uGAAA,KAAK,OAAA;AACL,sGAAA,IAAI,OAAA;AACJ,wGAAA,MAAM,OAAA;AAEN,yGAAA,OAAO,OAAA;AAIT,2CAAyB;AACzB,iDAA+B;AAE/B,uDAAqC;AACrC,0DAAwC;AACxC,8CAA4B"} |
+4
-4
| { | ||
| "name": "solid-native", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "", | ||
@@ -17,7 +17,7 @@ "main": "dist/index.js", | ||
| "@babel/template": "^7.16.7", | ||
| "babel-preset-solid": "^1.3.13" | ||
| "babel-preset-solid": "^1.3.13", | ||
| "solid-js": "^1.3.14" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^17.0.0", | ||
| "solid-js": "^1.3.14" | ||
| "react": "^17.0.0" | ||
| }, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
+3
-0
@@ -11,5 +11,8 @@ export { | ||
| } from "./primitiveComps"; | ||
| export * from "solid-js"; | ||
| export * from "solid-js/store"; | ||
| export * from "./wrapSolidComponent"; | ||
| export * from "./wrapSolidJsxComponent"; | ||
| export * from "./withHooks"; |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
55738
0.27%1011
0.3%+ Added