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

dresscode-botex

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dresscode-botex - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

3

index.js

@@ -5,3 +5,2 @@ var path = require('path');

fname = path.resolve(fname);
var dirname = path.dirname(fname);
var basename = path.basename(fname);

@@ -14,4 +13,4 @@ var code = `

`;
var compiledCode = await dresscode.compileCode(path.join(dirname, '_'), code, {}, [], 'css');
var compiledCode = await dresscode.compileCode(`${fname}.css`, code, {}, [], 'css');
return new Function('module, exports', compiledCode)({}, {});
};
{
"name": "dresscode-botex",
"version": "0.0.25",
"version": "0.0.26",
"dependencies": {

@@ -5,0 +5,0 @@ "dresscode-bricks": "latest",

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