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.6 to 1.1.7

13

History.md

@@ -1,6 +0,17 @@

v1.v.6 / 2018-03-22
n.n.n / 2019-07-14
==================
* Bump version v1.1.7
* Fixed security issues
* Bump safer-eval from 1.2.3 to 1.3.4
* Bump lodash from 4.17.5 to 4.17.14
v1.1.6 / 2018-03-22
===================
* release v1.1.6
* release v1.1.7
* Add version settings and changelog script
* release v1.1.6
* Add repository info

@@ -7,0 +18,0 @@

4

package.json
{
"name": "parcel-plugin-css-object",
"version": "1.1.6",
"version": "1.1.7",
"description": "Parcel loader to load CSS into an object. The object has keys that are selectors from the CSS file; the value of each selector are the rules converted to camelCase properties ([see Style Object Properties](http://www.w3schools.com/jsref/dom_obj_style.asp)). This object is compatible with [React Inline Styles](https://facebook.github.io/react/tips/inline-styles.html).",

@@ -11,3 +11,3 @@ "main": "index.js",

"camelcase": "^4.1.0",
"css": "^2.2.1"
"css": "^2.2.4"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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