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

create-helium-app

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-helium-app - npm Package Compare versions

Comparing version 1.0.0-alpha.20 to 1.0.0-alpha.21

template-base/.stackblitzrc

10

LICENSE.md

@@ -1,1 +0,9 @@

This package is unlicensed, and is only usable internally at Thought Industries.
The MIT License (MIT)
Copyright 2021 Thought Industries, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.0.0-alpha.20",
"version": "1.0.0-alpha.21",
"main": "index.js",

@@ -27,3 +27,3 @@ "license": "MIT",

},
"gitHead": "768be1901eabd34a8d90818cabf075903d5b4603"
"gitHead": "2b013c30a4c4d8741887e8c1b81d75247faaed31"
}

@@ -6,2 +6,19 @@ # Change Log

# [1.1.0-alpha.20](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.1.0-alpha.19...@thoughtindustries/helium-template@1.1.0-alpha.20) (2022-08-10)
### Bug Fixes
* typings and misc in demo app ([#137](https://github.com/thoughtindustries/helium/issues/137)) ([63adb50](https://github.com/thoughtindustries/helium/commit/63adb50ff8f22e75e7dac97917278ce8ee4b9103))
### Features
* init stylings ([5257f35](https://github.com/thoughtindustries/helium/commit/5257f35ad9ad5feec6c30ac7e3e786801ce1ebe5))
* use stackblitz ([#144](https://github.com/thoughtindustries/helium/issues/144)) ([2a9d700](https://github.com/thoughtindustries/helium/commit/2a9d700b4dfacae02e7e42bc6e40038d78163b54))
# [1.1.0-alpha.19](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.1.0-alpha.18...@thoughtindustries/helium-template@1.1.0-alpha.19) (2022-06-24)

@@ -8,0 +25,0 @@

{
"name": "@thoughtindustries/helium-template",
"version": "1.1.0-alpha.19",
"version": "1.1.0-alpha.20",
"scripts": {

@@ -9,4 +9,5 @@ "authenticate": "helium authenticate",

"update-translations": "helium update-translations",
"dev:vite": "concurrently \"npm run dev:css\" \"ts-node ./server\"",
"dev:vite": "concurrently \"npm run dev:css\" \"npm run dev:server\"",
"dev:css": "tailwindcss -o ./renderer/tailwind.css --watch",
"dev:server": "tsup ./server/index.ts && node ./dist/index.js",
"build": "npm run build:css && npm run build:vite && npm run build:worker",

@@ -27,9 +28,9 @@ "build:css": "tailwindcss -o ./renderer/tailwind.css",

"@tailwindcss/line-clamp": "^0.3.1",
"@thoughtindustries/cart": "^1.1.0",
"@thoughtindustries/catalog": "^1.1.3",
"@thoughtindustries/content": "^1.1.0-alpha.2",
"@thoughtindustries/featured-content": "^1.2.0-alpha.2",
"@thoughtindustries/helium-server": "^1.1.3",
"@thoughtindustries/hero": "^1.0.1-alpha.6",
"@thoughtindustries/navigation-bar": "^1.1.0",
"@thoughtindustries/cart": "^1.1.1",
"@thoughtindustries/catalog": "^1.1.4",
"@thoughtindustries/content": "^1.1.0-alpha.3",
"@thoughtindustries/featured-content": "^1.2.0-alpha.3",
"@thoughtindustries/helium-server": "^1.1.4",
"@thoughtindustries/hero": "^1.0.1-alpha.7",
"@thoughtindustries/navigation-bar": "^1.1.1",
"concurrently": "^7.0.0",

@@ -52,3 +53,3 @@ "cross-env": "^7.0.3",

"@types/react": "^17.0.39",
"ts-node": "^10.6.0",
"tsup": "^6.2.1",
"typescript": "^4.5.5"

@@ -59,3 +60,4 @@ },

"npm": "8.6.0"
}
},
"gitHead": "2b013c30a4c4d8741887e8c1b81d75247faaed31"
}

@@ -40,4 +40,5 @@ const tiConfig = require('./ti-config.json');

boxShadow: {
DEFAULT: '0px 0px 5px #4d90fe',
lg: '0px 0px 12px -2px rgba(0, 0, 0, 0.25)',
DEFAULT: '0 0 5px #4d90fe',
lg: '0 0 12px -2px rgba(0, 0, 0, 0.25)',
inner: 'inset 0 2px 2px rgb(0, 0, 0, 0.10);',
none: 'none'

@@ -44,0 +45,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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