Socket
Socket
Sign inDemoInstall

@mamba/styles

Package Overview
Dependencies
Maintainers
4
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/styles - npm Package Compare versions

Comparing version 3.5.9 to 4.0.0

15

CHANGELOG.md

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

## [4.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/styles@3.5.7...@mamba/styles@4.0.0) (2022-07-21)
### Features
* new mamba keyboard implementation ([23466f2](https://github.com/stone-payments/pos-mamba-sdk/commit/23466f28fbd58067248b308218d4eb91b8889160))
### Bug Fixes
* ๐Ÿ› fix/update styles build scripts ([85226d2](https://github.com/stone-payments/pos-mamba-sdk/commit/85226d2ca09ce198dd03a1df1d8c4982e5bc16b7))
* ๐Ÿ› normalize the dependencies across packages ([43103d7](https://github.com/stone-payments/pos-mamba-sdk/commit/43103d718ba93909cb34ca459f674ceea9354a06))
### [3.5.9](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/styles@3.5.4...@mamba/styles@3.5.9) (2022-05-11)

@@ -8,0 +23,0 @@

16

package.json
{
"name": "@mamba/styles",
"version": "3.5.9",
"version": "4.0.0",
"description": "Mamba core and reset styles",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
"engines": {
"node": ">= 8 || <= 14",
"npm": "^7 || ^8"
},
"publishConfig": {

@@ -12,18 +16,18 @@ "access": "public"

"prebuild": "rimraf dist",
"build": "npm run build:pos && npm run build:desktop",
"build": "yarn run build:pos && yarn run build:desktop",
"build:pos": "postcss ./src/pos.pcss -o ./dist/pos.css --verbose",
"build:desktop": "postcss ./src/desktop.pcss -o ./dist/desktop.css --verbose",
"postbuild": "ncp ./src/assets dist/assets",
"start": "npm run start:pos",
"start": "yarn run start:pos",
"start:pos": "postcss ./src/pos.pcss -o ./dist/pos.css -w --verbose",
"start:desktop": "postcss ./src/desktop.pcss -o ./dist/desktop.css -w --verbose",
"prepublish": "npm run build"
"prepublish": "yarn run build"
},
"devDependencies": {
"@mamba/configs": "3.5.9",
"ncp": "^2.0.0",
"postcss": "^7.0.0",
"postcss-cli": "^6.1.3",
"rimraf": "^2.6.3"
},
"gitHead": "78978116d5c790c51aaf9af9db47ea8beaa4726b"
"gitHead": "67df2235249a0eaedfc1717fe587b32ffb64068b"
}

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