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

@mattsjones/css-babel-plugin

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattsjones/css-babel-plugin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

CHANGELOG.md

3

dist/declarations/src/index.d.ts

@@ -9,2 +9,5 @@ import { PluginObj, PluginPass } from '@babel/core';

};
mapToStyles: {
maxParams: number;
};
};

@@ -11,0 +14,0 @@ declare type RelevantExport = keyof typeof exportConfig;

@@ -23,2 +23,5 @@ 'use strict';

maxParams: 3
},
mapToStyles: {
maxParams: 3
}

@@ -25,0 +28,0 @@ };

@@ -23,2 +23,5 @@ 'use strict';

maxParams: 3
},
mapToStyles: {
maxParams: 3
}

@@ -25,0 +28,0 @@ };

@@ -15,2 +15,5 @@ import { relative } from 'path';

maxParams: 3
},
mapToStyles: {
maxParams: 3
}

@@ -17,0 +20,0 @@ };

2

package.json
{
"name": "@mattsjones/css-babel-plugin",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/mattsjones-css-babel-plugin.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/mattsjones-css-babel-plugin.esm.js",

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