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

@pluralsight/headless-styles

Package Overview
Dependencies
Maintainers
1
Versions
1418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/headless-styles - npm Package Compare versions

Comparing version 0.0.0-experimental-89c5d1-20220310 to 0.0.0-experimental-f6cedf-20220314

build/components/Button/buttonCSS.d.ts

2

build/index.d.ts

@@ -1,1 +0,1 @@

export { getButtonProps } from './components/Button/Button';
export { getButtonProps } from './components/Button/buttonCSS';

@@ -1,1 +0,1 @@

export { getButtonProps } from './components/Button/Button';
export { getButtonProps } from './components/Button/buttonCSS';
{
"name": "@pluralsight/headless-styles",
"version": "0.0.0-experimental-89c5d1-20220310",
"version": "0.0.0-experimental-f6cedf-20220314",
"description": "Headless styles for Pluralsight.",

@@ -9,8 +9,17 @@ "main": "./build/index.js",

],
"sideEffects": [
"**/*.css",
"build/index.js"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"build": "yarn copy:css && tsc --project tsconfig.build.json",
"copy:css": "copyfiles --up 1 ./src/**/*.module.css build",
"test": "echo \"'yarn test' should be run from root directory.\" && exit 1"
},
"devDependencies": {
"@types/copyfiles": "^2",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.40",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"typescript": "4.4.4"

@@ -17,0 +26,0 @@ },

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