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

@xstyled/core

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstyled/core - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

dist/index.esm.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v3.0.1...v3.0.2) (2021-06-18)
### Bug Fixes
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/core/commit/9098b83407888dea985081029dc93c18d5bb6eab))
# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.4.1...v2.5.0) (2021-05-02)

@@ -8,0 +19,0 @@

2

dist/index.js

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

function getColorModeInitScriptTag(options) {
return `<script>${getInitScript(options)}</script>`;
return `<script>${getInitScript(options)}<\/script>`;
}

@@ -423,0 +423,0 @@

{
"name": "@xstyled/core",
"description": "xstyled core utilities.",
"version": "3.0.1",
"version": "3.0.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",

@@ -26,5 +26,5 @@ "author": "Greg Bergé <berge.greg@gmail.com>",

"dependencies": {
"@xstyled/system": "^3.0.1"
"@xstyled/system": "^3.0.2"
},
"gitHead": "dfdddc0acb1439bb3d3801405eafcfa662ef410f"
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2"
}
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