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

@stylable/core

Package Overview
Dependencies
Maintainers
6
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.11.10 to 3.11.13

4

cjs/stylable-mixins.js

@@ -52,3 +52,5 @@ "use strict";

rule.mixins.length = 0;
rule.walkDecls(stylable_value_parsers_1.mixinDeclRegExp, (node) => node.remove());
rule.walkDecls(stylable_value_parsers_1.mixinDeclRegExp, (node) => {
node.remove();
});
}

@@ -55,0 +57,0 @@ exports.appendMixins = appendMixins;

{
"name": "@stylable/core",
"version": "3.11.10",
"version": "3.11.13",
"description": "CSS for Components",

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

"murmurhash": "^1.0.0",
"postcss": "^8.2.1",
"postcss": "^8.2.2",
"postcss-js": "^3.0.3",

@@ -26,0 +26,0 @@ "postcss-nested": "^5.0.3",

@@ -44,3 +44,5 @@ import { dirname } from 'path';

rule.mixins.length = 0;
rule.walkDecls(mixinDeclRegExp, (node) => node.remove());
rule.walkDecls(mixinDeclRegExp, (node) => {
node.remove();
});
}

@@ -47,0 +49,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