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.2 to 3.1.0

6

dist/index.js

@@ -18,5 +18,3 @@ 'use strict';

enumerable: true,
get: function () {
return e[k];
}
get: function () { return e[k]; }
});

@@ -26,3 +24,3 @@ }

}
n['default'] = e;
n["default"] = e;
return Object.freeze(n);

@@ -29,0 +27,0 @@ }

{
"name": "@xstyled/core",
"description": "xstyled core utilities.",
"version": "3.0.2",
"version": "3.1.0",
"sideEffects": false,

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

"build": "../../node_modules/.bin/rollup -c ../../build/rollup.config.js",
"prepublishOnly": "yarn reset && yarn build"
"prepublishOnly": "npm run reset && npm run build"
},

@@ -27,5 +27,5 @@ "homepage": "https://xstyled.dev",

"dependencies": {
"@xstyled/system": "^3.0.2"
"@xstyled/system": "^3.1.0"
},
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2"
"gitHead": "da2f0f226329e1586a85d31c3cd4636fe7758ec6"
}

Sorry, the diff of this file is not supported yet

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