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

@stylable/runtime

Package Overview
Dependencies
Maintainers
5
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/runtime - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

cjs/css-runtime-stylesheet.js

@@ -38,3 +38,3 @@ "use strict";

// tslint:disable-next-line: max-line-length
return "" + namespace + stateWithParamDelimiter + stateName + param.length + stateMiddleDelimiter + param.replace(/\s/gm, '_');
return "" + namespace + stateWithParamDelimiter + stateName + stateMiddleDelimiter + param.length + stateMiddleDelimiter + param.replace(/\s/gm, '_');
}

@@ -41,0 +41,0 @@ function createStateClass(stateName, stateValue) {

{
"name": "@stylable/runtime",
"version": "2.0.1",
"version": "2.0.2",
"description": "Stylable runtime DOM integration",

@@ -34,3 +34,3 @@ "main": "cjs/index.js",

"license": "BSD-3-Clause",
"gitHead": "29404c70e6801fedf67b9982ef1632750a798b57"
"gitHead": "6d47e4728f9164f1fb9d1425f4a0409de0a9b857"
}

@@ -1,2 +0,2 @@

/* runtime version: 2.0.1 */
/* runtime version: 2.0.2 */
function StylableRuntime(exports){

@@ -205,3 +205,3 @@ exports = exports || {};

// tslint:disable-next-line: max-line-length
return "" + namespace + stateWithParamDelimiter + stateName + param.length + stateMiddleDelimiter + param.replace(/\s/gm, '_');
return "" + namespace + stateWithParamDelimiter + stateName + stateMiddleDelimiter + param.length + stateMiddleDelimiter + param.replace(/\s/gm, '_');
}

@@ -208,0 +208,0 @@ function createStateClass(stateName, stateValue) {

@@ -57,3 +57,3 @@ import { RuntimeRenderer } from './css-runtime-renderer';

// tslint:disable-next-line: max-line-length
return `${namespace}${stateWithParamDelimiter}${stateName}${param.length}${stateMiddleDelimiter}${param.replace(/\s/gm, '_')}`;
return `${namespace}${stateWithParamDelimiter}${stateName}${stateMiddleDelimiter}${param.length}${stateMiddleDelimiter}${param.replace(/\s/gm, '_')}`;
}

@@ -60,0 +60,0 @@

Sorry, the diff of this file is not supported yet

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