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

@stylable/custom-value

Package Overview
Dependencies
Maintainers
5
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/custom-value - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

18

cjs/st-border.js
"use strict";
var __read = (this && this.__read) || function (o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m) return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
}
catch (error) { e = { error: error }; }
finally {
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
finally { if (e) throw e.error; }
}
return ar;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -9,3 +25,3 @@ var core_1 = require("@stylable/core");

createValue: function (_a) {
var size = _a[0], style = _a[1], color = _a[2];
var _b = __read(_a, 3), size = _b[0], style = _b[1], color = _b[2];
return {

@@ -12,0 +28,0 @@ size: size,

9

package.json
{
"name": "@stylable/custom-value",
"version": "2.3.1",
"version": "2.3.2",
"description": "Custom values (variables) for Stylable",

@@ -14,8 +14,7 @@ "main": "./cjs/index.js",

"dependencies": {
"@stylable/core": "^2.3.1"
"@stylable/core": "^2.3.2"
},
"files": [
"cjs",
"src",
"!src/tsconfig.json"
"src"
],

@@ -32,3 +31,3 @@ "engines": {

"license": "BSD-3-Clause",
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f"
"gitHead": "aa79998a8378f074a431aeea44c60d0e33531293"
}

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