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.2.0 to 0.2.1

2

lib/identity.js

@@ -67,3 +67,3 @@ var ometajs_ = require("ometajs");

var b;
return this._skip() && (b = this._getIntermediate(), true) && this._exec([ "bool", n ]);
return this._skip() && (b = this._getIntermediate(), true) && this._exec([ "bool", b ]);
};

@@ -70,0 +70,0 @@

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

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

@@ -162,2 +162,4 @@ ## What is this?

* https://github.com/fawek/codepainter
* http://fixmyjs.com
* https://github.com/millermedeiros/esformatter

@@ -164,0 +166,0 @@ ## Links

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