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

@alexasselin/postcss-plugin1

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexasselin/postcss-plugin1 - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

6

CHANGELOG.md
# @alexasselin/postcss-plugin1
## 1.4.0
### Minor Changes
- 476dda9: finalizing the initial packages
## 1.3.0

@@ -4,0 +10,0 @@

5

dist/index.d.ts

@@ -5,8 +5,5 @@ import type { PluginCreator } from "postcss";

presetEnvOptions: postcssPresetEnv.pluginOptions;
pxtoremOptions: {
rootValue: number;
propList: string[];
};
pxtoremOptions: unknown;
};
declare const plugin: PluginCreator<typeof DEFAULT_OPTIONS>;
export = plugin;

1

dist/index.js

@@ -17,2 +17,3 @@ "use strict";

};
// px to rem has no type definition
const PXTOREM_OPTIONS = {

@@ -19,0 +20,0 @@ rootValue: 16,

{
"$schema": "https://json.schemastore.org/package",
"name": "@alexasselin/postcss-plugin1",
"author": "Groupe Sharegate inc.",
"version": "1.3.0",
"version": "1.4.0",
"description": "Sharegate recommended typescript config.",
"publishConfig": {
"access": "public"
},
"keywords": [
"sharegate",
"postcss",
"postcss-plugin",
"css"
],
"repository": {

@@ -15,8 +18,5 @@ "type": "git",

"license": "Apache-2.0",
"keywords": [
"sharegate",
"postcss",
"postcss-plugin",
"css"
],
"author": "Groupe Sharegate inc.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -27,4 +27,2 @@ "dist",

],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -39,10 +37,13 @@ "build": "tsc",

},
"devDependencies": {
"@alexasselin/typescript-configs1": "*",
"@types/postcss-flexbugs-fixes": "4.2.1",
"@types/postcss-preset-env": "7.7.0"
},
"peerDependencies": {
"postcss": ">=8.4.6"
},
"devDependencies": {
"@types/postcss-preset-env": "7.7.0",
"@types/postcss-flexbugs-fixes": "4.2.1",
"@alexasselin/typescript-configs1": "*"
"publishConfig": {
"access": "public"
}
}
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