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

@aesthetic/types

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/types - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/css.d.ts

@@ -22,3 +22,3 @@ import CSST from 'csstype';

export declare type Declarations<T = Properties> = T & Attributes<T> & Pseudos<T>;
export declare type FontFace = CSST.FontFace;
export declare type FontFace = CSST.AtRule.FontFace;
export interface Keyframes<T = Properties> {

@@ -25,0 +25,0 @@ [percent: string]: T | undefined;

@@ -5,8 +5,15 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var csstype = require('csstype');
var csstype = _interopDefault(require('csstype'));
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var csstype__default = /*#__PURE__*/_interopDefaultLegacy(csstype);
exports.CSST = csstype;
Object.defineProperty(exports, 'CSST', {
enumerable: true,
get: function () {
return csstype__default['default'];
}
});
{
"name": "@aesthetic/types",
"version": "0.1.1",
"version": "0.1.2",
"description": "Reusable TypeScript types for Aesthetic packages.",

@@ -23,5 +23,5 @@ "keywords": [

"dependencies": {
"csstype": "^2.6.11"
"csstype": "^3.0.3"
},
"gitHead": "2a33160c4f7aa3eb1fcf6e78f8b2c4b8a8144e01"
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b"
}

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