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 4.0.0-alpha.9 to 4.0.0-alpha.10

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": "4.0.0-alpha.9",
"version": "4.0.0-alpha.10",
"description": "CSS for Components",

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

"deindent": "^0.1.0",
"enhanced-resolve": "^5.4.1",
"enhanced-resolve": "^5.7.0",
"is-url-superb": "^5.0.0",

@@ -25,3 +25,3 @@ "is-vendor-prefixed": "^4.0.0",

"murmurhash": "^2.0.0",
"postcss": "^8.2.1",
"postcss": "^8.2.4",
"postcss-js": "^3.0.3",

@@ -49,3 +49,3 @@ "postcss-nested": "^5.0.3",

"license": "BSD-3-Clause",
"gitHead": "de831ebf4bcdb58c2982fbed48f3a01d72433d3b"
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937"
}

@@ -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