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.3.1 to 2.3.2

7

package.json
{
"name": "@stylable/runtime",
"version": "2.3.1",
"version": "2.3.2",
"description": "Stylable runtime DOM integration",

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

"build": "ts-build ./src --cjs && yarn bundle",
"bundle": "node -r @ts-tools/node/r ./scripts/build-runtime.ts",
"bundle": "node -r @ts-tools/node/r -r tsconfig-paths/register ./scripts/build-runtime.ts",
"test:unit": "mocha \"test/unit/**/*.spec.ts?(x)\"",

@@ -20,3 +20,2 @@ "test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000",

"src",
"!src/tsconfig.json",
"runtime.lib.js",

@@ -34,3 +33,3 @@ "runtime-legacy.lib.js"

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

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

/* runtime version: 2.3.1 */
/* runtime version: 2.3.2 */
function StylableRuntime(exports){

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

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

/* runtime version: 2.3.1 */
/* runtime version: 2.3.2 */
function StylableRuntime(exports){

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

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