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

@css-smart/config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@css-smart/config - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

lib/index.js

@@ -1,1 +0,4 @@

export const defineConfig = (config) => config;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defineConfig = void 0;
exports.defineConfig = (config) => config;

7

lib/typings.js

@@ -1,2 +0,5 @@

export var NPM_LIFE_CYCLE;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NPM_LIFE_CYCLE = void 0;
var NPM_LIFE_CYCLE;
(function (NPM_LIFE_CYCLE) {

@@ -27,2 +30,2 @@ /**

NPM_LIFE_CYCLE["dependencies"] = "dependencies";
})(NPM_LIFE_CYCLE || (NPM_LIFE_CYCLE = {}));
})(NPM_LIFE_CYCLE = exports.NPM_LIFE_CYCLE || (exports.NPM_LIFE_CYCLE = {}));
{
"name": "@css-smart/config",
"version": "0.0.1",
"version": "0.0.2",
"description": "CSS Smart language package config!",

@@ -5,0 +5,0 @@ "keywords": [

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