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.12.0 to 0.13.0

dist/constants.d.ts

1

dist/index.d.ts

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

export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand';
export { COMPILED_IMPORT, DEFAULT_IMPORT_SOURCES } from './constants';

5

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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;
exports.DEFAULT_IMPORT_SOURCES = exports.COMPILED_IMPORT = 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");

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

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

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

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

export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand';
export { COMPILED_IMPORT, DEFAULT_IMPORT_SOURCES } from './constants';

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