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

@linaria/core

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linaria/core - npm Package Compare versions

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

8

CHANGELOG.md

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

# [3.0.0-beta.3](https://github.com/callstack/linaria/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-04-20)
**Note:** Version bump only for package @linaria/core
# [3.0.0-beta.2](https://github.com/callstack/linaria/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-04-11)

@@ -8,0 +16,0 @@

2

lib/css.js

@@ -6,3 +6,3 @@ "use strict";

const css = () => {
var css = function css() {
throw new Error('Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.');

@@ -9,0 +9,0 @@ };

@@ -6,3 +6,3 @@ "use strict";

const cx = function cx() {
var cx = function cx() {
return Array.prototype.slice.call(arguments).filter(Boolean).join(' ');

@@ -9,0 +9,0 @@ };

{
"name": "@linaria/core",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"publishConfig": {

@@ -31,3 +31,3 @@ "access": "public"

"scripts": {
"build:lib": "NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
"build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
"build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",

@@ -41,3 +41,3 @@ "build": "yarn build:lib && yarn build:esm",

},
"gitHead": "37c459ce01662a9b3df606e00db519f1db8c0665"
"gitHead": "3c56c067edf4d1a3563b121e476b3400e5e5e720"
}

Sorry, the diff of this file is not supported yet

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