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

adana-format-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adana-format-html - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

gulp/config.js

@@ -24,4 +24,4 @@ /**

const isDist = gulpEnv.includes('dist');
const isLive = gulpEnv.includes('live');
const isDist = gulpEnv.indexOf('dist') !== -1;
const isLive = gulpEnv.indexOf('live') !== -1;

@@ -28,0 +28,0 @@ env.needsLivereload = isLive;

{
"name": "adana-format-html",
"version": "0.0.3",
"version": "0.0.4",
"description": "Adana format html",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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