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

@compiled/utils

Package Overview
Dependencies
Maintainers
4
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compiled/utils - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

dist/default-parser-babel-plugins.d.ts

1

dist/index.d.ts

@@ -10,1 +10,2 @@ export { flatten, unique } from './array';

export { INCREASE_SPECIFICITY_SELECTOR } from './increase-specificity';
export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0;
exports.DEFAULT_PARSER_BABEL_PLUGINS = exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0;
var array_1 = require("./array");

@@ -23,2 +23,4 @@ Object.defineProperty(exports, "flatten", { enumerable: true, get: function () { return array_1.flatten; } });

Object.defineProperty(exports, "INCREASE_SPECIFICITY_SELECTOR", { enumerable: true, get: function () { return increase_specificity_1.INCREASE_SPECIFICITY_SELECTOR; } });
var default_parser_babel_plugins_1 = require("./default-parser-babel-plugins");
Object.defineProperty(exports, "DEFAULT_PARSER_BABEL_PLUGINS", { enumerable: true, get: function () { return default_parser_babel_plugins_1.DEFAULT_PARSER_BABEL_PLUGINS; } });
//# sourceMappingURL=index.js.map
{
"name": "@compiled/utils",
"version": "0.11.1",
"version": "0.11.2",
"description": "A familiar and performant compile time CSS-in-JS library for React.",

@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com",

@@ -10,1 +10,2 @@ export { flatten, unique } from './array';

export { INCREASE_SPECIFICITY_SELECTOR } from './increase-specificity';
export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins';

Sorry, the diff of this file is not supported yet

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