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.1.2 to 0.1.3

2

esm/index.js

@@ -812,2 +812,2 @@ import { objectLoop, hyphenate, isObject, toArray, arrayLoop } from '@aesthetic/utils';

export { Block, GlobalParser, LocalParser };
export { Block, GlobalParser, LocalParser, formatFontFace, formatImport };

@@ -8,4 +8,6 @@ /**

import LocalParser from './LocalParser';
import formatFontFace from './formatFontFace';
import formatImport from './formatImport';
export * from './types';
export { Block, GlobalParser, LocalParser };
export { Block, GlobalParser, LocalParser, formatFontFace, formatImport };
//# sourceMappingURL=index.d.ts.map

@@ -819,1 +819,3 @@ 'use strict';

exports.LocalParser = LocalParser;
exports.formatFontFace = formatFontFace;
exports.formatImport = formatImport;
{
"name": "@aesthetic/sss",
"version": "0.1.2",
"version": "0.1.3",
"description": "A strict, type-safe, and structure-safe component style sheet format.",

@@ -28,6 +28,6 @@ "keywords": [

"dependencies": {
"@aesthetic/utils": "^0.1.1",
"@aesthetic/utils": "^0.1.2",
"csstype": "^2.6.10"
},
"gitHead": "709ef9a4847dbdb8566fd756ce49f2cc33507393"
"gitHead": "8d188387319470948e7725874b2fe1bc8d4dc302"
}

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