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.2 to 0.1.3

2

lib/coa.js

@@ -12,3 +12,3 @@ var K = require('./krasota'),

.act(function(opts) {
return JSON.parse(require('fs').readFileSync(__dirname + '/../../package.json')).version;
return JSON.parse(require('fs').readFileSync(__dirname + '/../package.json')).version;
})

@@ -15,0 +15,0 @@ .end()

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

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

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