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

parcel-plugin-css-object

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-plugin-css-object - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

cssObject.js

@@ -19,4 +19,4 @@ const { Asset } = require("parcel-bundler");

return {
js: `module.exports = ${JSON.parse(
JSON.stringify(JSON.parse(JSON.stringify(this.code)))
js: `module.exports = ${JSON.stringify(
JSON.parse(JSON.stringify(this.code))
)}`

@@ -23,0 +23,0 @@ };

{
"name": "parcel-plugin-css-object",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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