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

@compiled/utils

Package Overview
Dependencies
Maintainers
0
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.2 to 0.12.0

dist/shorthand.d.ts

2

dist/index.d.ts

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

export { kebabCase } from './kebab-case';
export { buildSourceMap } from './source-maps';
export { toBoolean } from './to-boolean';

@@ -12,1 +11,2 @@ export { createError } from './error';

export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins';
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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;
exports.shorthandFor = exports.shorthandBuckets = exports.DEFAULT_PARSER_BABEL_PLUGINS = exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0;
var array_1 = require("./array");

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

Object.defineProperty(exports, "kebabCase", { enumerable: true, get: function () { return kebab_case_1.kebabCase; } });
var source_maps_1 = require("./source-maps");
Object.defineProperty(exports, "buildSourceMap", { enumerable: true, get: function () { return source_maps_1.buildSourceMap; } });
var to_boolean_1 = require("./to-boolean");

@@ -26,2 +24,5 @@ Object.defineProperty(exports, "toBoolean", { enumerable: true, get: function () { return to_boolean_1.toBoolean; } });

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

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

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

export { kebabCase } from './kebab-case';
export { buildSourceMap } from './source-maps';
export { toBoolean } from './to-boolean';

@@ -12,1 +11,2 @@ export { createError } from './error';

export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins';
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand';

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