New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

krasota

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krasota - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/beautifiers/always-semicolons.js

7

lib/coa.js

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

var K = require('./krasota'),
Q = require('q');
exports.COA = require('coa').Cmd()

@@ -34,3 +31,5 @@ .name('krasota').helpful()

.act(function(options) {
var input = [],
var K = require('./krasota'),
Q = require('q'),
input = [],
deferred = Q.defer();

@@ -37,0 +36,0 @@

{
"name": "krasota",
"description": "Syntactic transformations of JavaScript code, with taking care of whitespaces and comments.",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "http://github.com/veged/krasota.js",

@@ -38,5 +38,4 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",

"scripts": {
"prepublish": "make -B",
"test": "make test"
}
}

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