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

@cryptic-css/core

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/core - npm Package Compare versions

Comparing version 5.8.0 to 5.8.1

0

CHANGELOG_X.md

@@ -0,0 +0,0 @@ - new Map structure => performance

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)
**Note:** Version bump only for package @cryptic-css/core
# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)

@@ -8,0 +17,0 @@

5

dist/cjs/types.d.ts

@@ -29,6 +29,3 @@ import CSS from 'csstype';

};
declare type CustomProperties = {
[property in keyof Pick<CSS.PropertiesFallback, 'boxShadow'>]: CSS.PropertiesFallback[property] | CCSSPropValue;
};
export interface CCSSProps extends Omit<CSS.PropertiesFallback<CCSSPropValue>, keyof CustomProperties>, Omit<CSS.PropertiesHyphenFallback<CCSSPropValue>, keyof CustomProperties>, CustomProperties, Pseudos {
export interface CCSSProps extends CSS.PropertiesFallback<CCSSPropValue>, CSS.PropertiesHyphenFallback<CCSSPropValue>, Pseudos {
/**

@@ -35,0 +32,0 @@ * Tells CCSS should let through unsupported properties in the output.

@@ -29,6 +29,3 @@ import CSS from 'csstype';

};
declare type CustomProperties = {
[property in keyof Pick<CSS.PropertiesFallback, 'boxShadow'>]: CSS.PropertiesFallback[property] | CCSSPropValue;
};
export interface CCSSProps extends Omit<CSS.PropertiesFallback<CCSSPropValue>, keyof CustomProperties>, Omit<CSS.PropertiesHyphenFallback<CCSSPropValue>, keyof CustomProperties>, CustomProperties, Pseudos {
export interface CCSSProps extends CSS.PropertiesFallback<CCSSPropValue>, CSS.PropertiesHyphenFallback<CCSSPropValue>, Pseudos {
/**

@@ -35,0 +32,0 @@ * Tells CCSS should let through unsupported properties in the output.

import { InputObject } from 'transformed'; // Quick Tester
/*const x: CCSSProps = {
boxShadow: [1, 1, 0, '#000'],
padding: [1, 2, 3, 'str'],

@@ -6,0 +5,0 @@ clipRule: 'unset',

{
"name": "@cryptic-css/core",
"version": "5.8.0",
"version": "5.8.1",
"description": "> TODO: description",

@@ -76,3 +76,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>",

},
"gitHead": "2a5971320cf9ebf21092297f68d0c39576f2e7dd",
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226",
"dependencies": {

@@ -79,0 +79,0 @@ "@ungap/global-this": "^0.4.3",

@@ -0,0 +0,0 @@ # `@cryptic-css/core`

@@ -0,0 +0,0 @@ import path from 'path'

@@ -0,0 +0,0 @@ // @ts-nocheck

@@ -0,0 +0,0 @@ // @ts-nocheck

Sorry, the diff of this file is too big to display

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