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

@stylable/core-test-kit

Package Overview
Dependencies
Maintainers
5
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core-test-kit - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

cjs/generate-test-util.js

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

return meta;
}, fs, x => x);
}, fs, x => (x.startsWith('./') || path_1.isAbsolute(x) ? x : '/node_modules/' + x));
const resolver = new core_1.StylableResolver(fileProcessor, requireModule);

@@ -18,0 +18,0 @@ return { resolver, requireModule, fileProcessor };

{
"name": "@stylable/core-test-kit",
"version": "3.1.0",
"version": "3.1.1",
"description": "Stylable core test-kit",

@@ -14,6 +14,6 @@ "main": "./cjs/index.js",

"dependencies": {
"@stylable/core": "^3.1.0",
"@stylable/core": "^3.1.1",
"chai": "^4.2.0",
"flat": "^5.0.0",
"postcss": "^7.0.25"
"postcss": "^7.0.26"
},

@@ -34,3 +34,3 @@ "files": [

"license": "BSD-3-Clause",
"gitHead": "8a4adb3f4741359c5c9ae4f0b9a1195a78251338"
"gitHead": "f793219f09b3fea83005ecd1848d1c9dfeb15df2"
}

@@ -59,3 +59,3 @@ import {

fs,
x => x
x => (x.startsWith('./') || isAbsolute(x) ? x : '/node_modules/' + x)
);

@@ -62,0 +62,0 @@

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