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

void-css

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

void-css - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/index.js

10

package.json
{
"name": "void-css",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "index.ts",
"main": "dist/index.tj",
"scripts": {

@@ -10,2 +10,3 @@ "dev": "nodemon --watch ./**/*.ts --ignore ./viteTest/**/* --exec npx ts-node index.ts",

"tsc": "tsc",
"clean": "tsc --build --clean",
"prepare": "npm run tsc",

@@ -16,5 +17,10 @@ "postpublish": "npx tsc --build --clean"

"license": "ISC",
"files": [
"dist",
"src/types"
],
"dependencies": {
"chalk": "^4.1.2"
},
"types": "./declarations.d.ts",
"devDependencies": {

@@ -21,0 +27,0 @@ "@babel/preset-typescript": "^7.16.0",

declare module "*.txt" {
const content: string;
export default content;
}
declare module "*.vcss" {
const content: (variables: Record<string, string | number | null | undefined | String | Number>) => Record<string, string>;
export default content;
}
declare module "*.void" {
const content: (variables: Record<string, string | number | null | undefined | String | Number>) => Record<string, string>;
export default content;
}
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