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

@aesthetic/sss

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/sss - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

dts/Block.d.ts

22

esm/index.js

@@ -0,21 +1,5 @@

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import { objectLoop, arrayLoop, isObject, toArray, hyphenate } from '@aesthetic/utils';
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
var Block = function () {

@@ -119,2 +103,3 @@ function Block(selector) {

};
function formatFontFace(properties) {

@@ -560,1 +545,2 @@ var fontFace = _extends({}, properties);

export { Block, formatFontFace, formatImport, parse };
//# sourceMappingURL=index.js.map
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
Object.defineProperty(exports, '__esModule', {
value: true
});
var utils = require('@aesthetic/utils');
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
var Block = function () {

@@ -123,2 +109,3 @@ function Block(selector) {

};
function formatFontFace(properties) {

@@ -567,1 +554,2 @@ var fontFace = _extends({}, properties);

exports.parse = parse;
//# sourceMappingURL=index.js.map
{
"name": "@aesthetic/sss",
"version": "0.5.1",
"version": "0.5.2",
"description": "A strict, type-safe, and structure-safe component style sheet format.",

@@ -18,3 +18,3 @@ "keywords": [

"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"types": "./dts/index.d.ts",
"sideEffects": false,

@@ -29,6 +29,9 @@ "publishConfig": {

"dependencies": {
"@aesthetic/types": "^0.3.1",
"@aesthetic/utils": "^0.5.1"
"@aesthetic/types": "^0.3.2",
"@aesthetic/utils": "^0.5.2"
},
"gitHead": "72edb2d4813718308179a03f66794c59baace701"
"packemon": {
"platform": "browser"
},
"gitHead": "7aa8110c7c8c49a6feb263abc8f3390c1c59125c"
}
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