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.1.1 to 2.1.3

8

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

@@ -11,4 +11,4 @@ "main": "cjs/index.js",

"bundle": "node -r @ts-tools/node/r ./scripts/build-runtime.ts",
"test:unit": "mocha -r @ts-tools/node/r \"test/unit/**/*.spec.ts?(x)\" --watch-extensions ts,tsx",
"test:e2e": "mocha -r @ts-tools/node/r \"test/e2e/**/*.spec.[tj]s?(x)\" --watch-extensions js,ts,tsx --timeout 20000",
"test:unit": "mocha \"test/unit/**/*.spec.ts?(x)\"",
"test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000",
"test": "run-p test:unit test:e2e",

@@ -33,3 +33,3 @@ "prepack": "yarn build"

"license": "BSD-3-Clause",
"gitHead": "0f3682cc13ba8ba076518f8ecc21bc373a20d61e"
"gitHead": "dcc4099d179ea4fdf3adc54c325b6175ff484266"
}

@@ -96,3 +96,2 @@ # @stylable/runtime

## License
Copyright (c) 2017 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE).

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

/* runtime version: 2.1.1 */
/* runtime version: 2.1.3 */
function StylableRuntime(exports){

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

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

/* runtime version: 2.1.1 */
/* runtime version: 2.1.3 */
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