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

kalastatic

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kalastatic - npm Package Compare versions

Comparing version

to
6.0.0-alpha6

10

package.json

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/kalamuna/kalastatic.git",
"version": "6.0.0-alpha5",
"version": "6.0.0-alpha6",
"type": "module",

@@ -15,6 +15,6 @@ "license": "MIT",

"dependencies": {
"drupal-twig-extensions": "^1.0.0-beta.4",
"meow": "^12.0.1",
"sass": "^1.58.3",
"twig": "^1.16.0",
"drupal-twig-extensions": "^1.0.0-beta.5",
"meow": "^13.2.0",
"sass": "^1.80.4",
"twig": "^1.17.1",
"twig-markdown": "^1.1.0"

@@ -21,0 +21,0 @@ },

@@ -6,3 +6,3 @@ // This script would exist within the node module and doesn't need to be invoked during a real project

import { extname, basename, dirname } from 'path';
import Twig from "twig";
import Twig from 'twig';
import twigMarkdown from 'twig-markdown';

@@ -9,0 +9,0 @@