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

@stylable/core

Package Overview
Dependencies
Maintainers
5
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

2

cjs/stylable.js

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

throw new Error('Javascript files are not supported without requireModule options');
}, config.delimiter, config.onProcess, config.diagnostics, config.hooks, config.resolveOptions, config.optimizer, config.mode, config.resolveNamespace, config.timedCacheOptions);
}, config.delimiter, config.onProcess, config.diagnostics, config.hooks, config.resolveOptions, config.optimizer, config.mode, config.resolveNamespace, config.timedCacheOptions, config.resolveModule);
}

@@ -41,0 +41,0 @@ createTransformer(options = {}) {

{
"name": "@stylable/core",
"version": "3.4.2",
"version": "3.4.3",
"description": "CSS for Components",

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

"license": "BSD-3-Clause",
"gitHead": "73211f0e332cd7a12845116a60a05a5707179876"
"gitHead": "dccf40aea9bf17a603b9a200aa5786881018ec5f"
}

@@ -55,3 +55,4 @@ import { FileProcessor, MinimalFS } from './cached-process-file';

config.resolveNamespace,
config.timedCacheOptions
config.timedCacheOptions,
config.resolveModule
);

@@ -58,0 +59,0 @@ }

Sorry, the diff of this file is not supported yet

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