Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8.0 to 0.9.0

dist/jsx.d.ts

1

dist/index.d.ts
export { flatten, unique } from './array';
export { hash } from './hash';
export { JSX_ANNOTATION_REGEX } from './jsx';
export { kebabCase } from './kebab-case';

@@ -4,0 +5,0 @@ export { buildSourceMap } from './source-maps';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.hash = exports.unique = exports.flatten = void 0;
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");

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

Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return hash_1.hash; } });
var jsx_1 = require("./jsx");
Object.defineProperty(exports, "JSX_ANNOTATION_REGEX", { enumerable: true, get: function () { return jsx_1.JSX_ANNOTATION_REGEX; } });
var kebab_case_1 = require("./kebab-case");

@@ -11,0 +13,0 @@ Object.defineProperty(exports, "kebabCase", { enumerable: true, get: function () { return kebab_case_1.kebabCase; } });

{
"name": "@compiled/utils",
"version": "0.8.0",
"version": "0.9.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",

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

"devDependencies": {
"@babel/traverse": "^7.21.4",
"@babel/traverse": "^7.21.5",
"@types/convert-source-map": "^1.5.2"
}
}
export { flatten, unique } from './array';
export { hash } from './hash';
export { JSX_ANNOTATION_REGEX } from './jsx';
export { kebabCase } from './kebab-case';

@@ -4,0 +5,0 @@ export { buildSourceMap } from './source-maps';

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