Socket
Socket
Sign inDemoInstall

babel-plugin-emotion

Package Overview
Dependencies
96
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.5 to 9.2.6

2

dist/index.js

@@ -453,3 +453,3 @@ 'use strict';

var finalPath = filename === rootPath ? nodePath.basename(filename) : filename.slice(rootPath.length);
var finalPath = filename === rootPath ? '' : filename.slice(rootPath.length);
var positionInFile = state.count++;

@@ -456,0 +456,0 @@ var stuffToHash = [moduleName];

{
"name": "babel-plugin-emotion",
"version": "9.2.5",
"version": "9.2.6",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",

@@ -17,2 +17,3 @@ "main": "dist/index.js",

"@emotion/stylis": "^0.6.10",
"babel-core": "^6.26.3",
"babel-plugin-macros": "^2.0.0",

@@ -19,0 +20,0 @@ "babel-plugin-syntax-jsx": "^6.18.0",

@@ -175,6 +175,3 @@ // @flow

const finalPath =
filename === rootPath
? nodePath.basename(filename)
: filename.slice(rootPath.length)
const finalPath = filename === rootPath ? '' : filename.slice(rootPath.length)

@@ -181,0 +178,0 @@ const positionInFile = state.count++

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc