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

@startupjs/babel-plugin-rn-stylename-to-style

Package Overview
Dependencies
Maintainers
6
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startupjs/babel-plugin-rn-stylename-to-style - npm Package Versions

23
9

0.59.0-canary.0

Diff

Changelog

Source

0.59.0-canary.0 (2024-11-08)

yska
published 0.58.0-canary.0 •

Changelog

Source

0.59.0-canary.0 (2024-11-08)

cray0000
published 0.57.0-canary.75 •

Changelog

Source

0.57.0-canary.75 (2024-09-23)

Bug Fixes

  • 2fa-totp-authentication: reappy fix of infinite token refetching (1a54fb2)
  • core/ui/components/forms/DateTimePicker/index.js: remove safearea insets (ab5c5ef)
cray0000
published 0.57.0-canary.0 •

Changelog

Source

0.57.0-canary.0 (2024-05-25)

Features

  • teamplay: pure ORM implementation of signals for local data + ShareDB (#1212) (7d8a0c0)
cray0000
published 0.56.0-alpha.34 •

Changelog

Source

0.56.0-alpha.34 (2024-02-24)

Bug Fixes

cray0000
published 0.56.0-alpha.33 •

Changelog

Source

0.56.0-alpha.33 (2024-02-23)

Bug Fixes

  • babel-plugin-rn-stylename-to-style: Get used compilers (css, styl) early, before the 'inline' plugin removes them (857001b)
cray0000
published 0.56.0-alpha.32 •

Changelog

Source

0.56.0-alpha.32 (2024-02-23)

Features

  • babel-plugin-rn-stylename-to-style: support styl(), css() functions which manually returns styles same way as styleName (#1187) (a88a63b)
cray0000
published 0.56.0-alpha.4 •

Changelog

Source

0.56.0-alpha.4 (2024-02-01)

Bug Fixes

  • fork pug-related libraries and update them to allow for latest EcmaScript (#1166) (eb80ea6)

BREAKING CHANGES

Update the eslint plugin and related eslint configuration the following way:

  1. change the react-pug eslint plugin to another one in your package.json:

    - "eslint-plugin-react-pug": "*",
    + "@startupjs/eslint-plugin-react-pug": "^0.8.3-3",
    
  2. update your .eslintrc.json the following way:

    - "plugin:react-pug/all"
    + "plugin:@startupjs/react-pug/all"
    ...
    - "react-pug",
    + "@startupjs/react-pug",
    ...
    - "react-pug/empty-lines": "off",
    - "react-pug/no-interpolation": "off",
    - "react-pug/prop-types": "off",
    - "react-pug/quotes": "off",
    + "@startupjs/react-pug/empty-lines": "off",
    + "@startupjs/react-pug/no-interpolation": "off",
    + "@startupjs/react-pug/prop-types": "off",
    + "@startupjs/react-pug/quotes": "off",
    
cray0000
published 0.56.0-alpha.0 •

Changelog

Source

0.56.0-alpha.0 (2024-01-15)

Features

  • Refactor project to support Expo (and pure RN too) (#1142) (a00f7df)
cray0000
published 0.55.8 •

Changelog

Source

0.55.8 (2023-12-16)

23
9
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