Socket
Socket
Sign inDemoInstall

stylecow-core

Package Overview
Dependencies
2
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

lib/index.js

@@ -82,2 +82,9 @@ (function (stylecow) {

//Load npm modules
stylecow.loadNpmModule = function (name) {
require(name)(stylecow);
return stylecow;
};
//Parse a css string

@@ -84,0 +91,0 @@ stylecow.parse = function (code, className, constructor, filename) {

2

package.json
{
"name": "stylecow-core",
"description": "Stylecow core library",
"version": "1.0.0",
"version": "1.0.1",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-core",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc