Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

agile-css

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agile-css - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

cli.js

@@ -11,3 +11,3 @@ #! /usr/bin/env node

const configDir = path.resolve(process.cwd(), 'agilecss.config.js');
const configDir = path.resolve(process.cwd(), 'agilecss.config.mjs');

@@ -14,0 +14,0 @@ (async () => {

{
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"type": "module",

@@ -19,3 +19,3 @@ "engines": {

"start": "tsdx watch",
"build": "tsdx build --format cjs,esm,umd --outDir dist",
"build": "tsdx build",
"test": "tsdx test",

@@ -42,3 +42,3 @@ "lint": "tsdx lint",

"author": "hunghg255",
"module": "dist/agile-css.esm.js",
"module": "./dist/agile-css.esm.js",
"size-limit": [

@@ -63,3 +63,3 @@ {

"dependencies": {
"agile-css": "^1.0.6",
"agile-css": "^1.1.0",
"chokidar": "^3.5.3",

@@ -66,0 +66,0 @@ "commander": "^10.0.1",

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