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
7
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 5.0.0-rc.3 to 5.0.0-rc.4

2

dist/generate-test-util.js

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

});
const resolveModule = (0, index_internal_1.createDefaultResolver)(fs, {});
const resolveModule = (0, core_1.createDefaultResolver)(fs, {});
const resolvePath = (context = '/', moduleId) => resolveModule(context, moduleId);

@@ -52,0 +52,0 @@ const resolver = new index_internal_1.StylableResolver(fileProcessor, requireModule, resolvePath);

{
"name": "@stylable/core-test-kit",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"description": "Stylable core test-kit",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"@file-services/memory": "^6.0.0",
"@stylable/core": "v5.0.0-rc.3",
"@stylable/core": "5.0.0-rc.4",
"chai": "^4.3.6",

@@ -14,0 +14,0 @@ "flat": "^5.0.2",

@@ -7,2 +7,3 @@ import {

StylableConfig,
createDefaultResolver,
} from '@stylable/core';

@@ -18,3 +19,2 @@ import { createJavascriptRequireModule } from './test-stylable-core';

replaceValueHook,
createDefaultResolver,
} from '@stylable/core/dist/index-internal';

@@ -21,0 +21,0 @@ import { isAbsolute } from 'path';

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