New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@therms/atalaya

Package Overview
Dependencies
Maintainers
2
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/atalaya - npm Package Compare versions

Comparing version 1.1.0-beta.23 to 1.1.0-beta.24

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.1.0-beta.24](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.23...v1.1.0-beta.24) (2021-02-10)
### Bug Fixes
* more stupid fucking shit! it's a pain in the fucking ass trying to manage fucked up typescript WITH postcss, styleguidist AND storybook ([2377cc2](http://bitbucket.org/thermsio/atalaya/commits/2377cc218a00796dd48223c058d98f9c7cb96742))
# [1.1.0-beta.23](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.22...v1.1.0-beta.23) (2021-02-10)

@@ -2,0 +9,0 @@

11

package.json
{
"name": "@therms/atalaya",
"version": "1.1.0-beta.23",
"version": "1.1.0-beta.24",
"main": "./lib/cjs.js",

@@ -16,3 +16,3 @@ "module": "./lib/index.js",

"test": "npm run lint && jest",
"storybook": "start-storybook -p 6006",
"storybook": "npm i --no-save webpack@4 && start-storybook -p 6006",
"build-storybook": "build-storybook"

@@ -66,2 +66,3 @@ },

"@typescript-eslint/parser": "^4.15.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",

@@ -87,2 +88,3 @@ "classnames": "^2.2.6",

"node-watch": "^0.7.1",
"postcss": "^8.2.5",
"postcss-custom-properties": "^11.0.0",

@@ -108,9 +110,8 @@ "postcss-import": "^14.0.0",

"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^2.0.3",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.16",
"typescript": "^4.1.4",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.5",
"tailwindcss": "^2.0.3"
"webpack": "^5.21.2"
}
}

@@ -89,1 +89,8 @@ # @therms/atalaya

> bundle to be built
### Known Issues
- Webpack: Storybook requires webpack4 to work. Styleguidist requires webpack5.
- Postcss: Postcss8 is required for tailwind, Storybook isn't compat, yet.
- Styleguidist: Documenting component props is a PITA.
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