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

@compiled/utils

Package Overview
Dependencies
Maintainers
1
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.6.8 to 0.6.9

dist/error.d.ts

7

CHANGELOG.md
# @compiled/utils
## 0.6.9
### Patch Changes
- 0bb1c11: Added new `createError` and `toBoolean` functions.
## 0.6.8
### Patch Changes
- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).

2

dist/index.d.ts

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

export { buildSourceMap } from './source-maps';
export { toBoolean } from './to-boolean';
export { createError } from './error';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildSourceMap = exports.kebabCase = exports.hash = exports.unique = exports.flatten = void 0;
exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.hash = exports.unique = exports.flatten = void 0;
var array_1 = require("./array");

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

Object.defineProperty(exports, "buildSourceMap", { enumerable: true, get: function () { return source_maps_1.buildSourceMap; } });
var to_boolean_1 = require("./to-boolean");
Object.defineProperty(exports, "toBoolean", { enumerable: true, get: function () { return to_boolean_1.toBoolean; } });
var error_1 = require("./error");
Object.defineProperty(exports, "createError", { enumerable: true, get: function () { return error_1.createError; } });
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@compiled/utils",
"version": "0.6.8",
"version": "0.6.9",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",

@@ -5,0 +5,0 @@ "author": "Michael Dougall",

Sorry, the diff of this file is not supported yet

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