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
6
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 4.2.2 to 4.2.3

dist/inline-expectation.d.ts

1

dist/index.d.ts

@@ -7,2 +7,3 @@ export * from './diagnostics';

export * from './match-rules';
export * from './inline-expectation';
//# sourceMappingURL=index.d.ts.map

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./match-rules"), exports);
__exportStar(require("./inline-expectation"), exports);
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "@stylable/core-test-kit",
"version": "4.2.2",
"version": "4.2.3",
"description": "Stylable core test-kit",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^4.2.2",
"@stylable/core": "^4.2.3",
"chai": "^4.3.4",

@@ -9,0 +12,0 @@ "flat": "^5.0.2",

@@ -7,1 +7,2 @@ export * from './diagnostics';

export * from './match-rules';
export * from './inline-expectation';

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