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

@senojs/rollup-plugin-style-inject

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senojs/rollup-plugin-style-inject - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

CHANGELOG.md

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

## [0.2.2](https://github.com/senoteam/vite-plugin/compare/@senojs/rollup-plugin-style-inject@0.2.1...@senojs/rollup-plugin-style-inject@0.2.2) (2022-12-21)
### Bug Fixes
* 🐞 `\a0` conversion error ([53ebe28](https://github.com/senoteam/vite-plugin/commit/53ebe280b41f1530661a29fe9863248c1c3b9db1))
## [0.2.1](https://github.com/senoteam/vite-plugin/compare/@senojs/rollup-plugin-style-inject@0.2.0...@senojs/rollup-plugin-style-inject@0.2.1) (2022-12-08)

@@ -8,0 +19,0 @@

2

index.js

@@ -40,3 +40,3 @@ import path from 'node:path'

.replace(/\\(\d+)/g, '0o$1')
const injections = `injectStyle(\`${cssString}\`, '${insertAt}')`
const injections = `injectStyle(${JSON.stringify(cssString)}, '${insertAt}')`
return { code: code + injections, map: null }

@@ -43,0 +43,0 @@ }

{
"name": "@senojs/rollup-plugin-style-inject",
"version": "0.2.1",
"version": "0.2.2",
"description": "rollup-plugin-style-inject",

@@ -32,3 +32,3 @@ "type": "module",

},
"gitHead": "132f7b5998d6d07222d06ca748f0e27021e0e7bf"
"gitHead": "3bd4a94fbacbf313f79fcc74b70ec0c51a043d89"
}
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