Socket
Socket
Sign inDemoInstall

babel-plugin-emotion

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-emotion - npm Package Compare versions

Comparing version 8.0.10 to 8.0.11

2

lib/source-map.js

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

});
return _convertSourceMap2.default.fromObject(generator).toComment({ multiline: true });
return '\n' + _convertSourceMap2.default.fromObject(generator).toComment({ multiline: true });
}
{
"name": "babel-plugin-emotion",
"version": "8.0.10",
"version": "8.0.11",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"convert-source-map": "^1.5.0",
"emotion-utils": "^8.0.10",
"emotion-utils": "^8.0.11",
"source-map": "^0.5.7",

@@ -24,0 +24,0 @@ "touch": "^1.0.0"

@@ -25,3 +25,3 @@ import { SourceMapGenerator } from 'source-map'

})
return convert.fromObject(generator).toComment({ multiline: true })
return '\n' + convert.fromObject(generator).toComment({ multiline: true })
}
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