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

@linaria/utils

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linaria/utils - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

esm/scopeHelpers.js

@@ -125,3 +125,3 @@ /* eslint-disable no-restricted-syntax */

body: path.node
}) || parent.isObjectMethod()) {
}) || parent.isObjectMethod() || parent.isClassMethod()) {
return findParentForDelete(parent);

@@ -128,0 +128,0 @@ }

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

body: path.node
}) || parent.isObjectMethod()) {
}) || parent.isObjectMethod() || parent.isClassMethod()) {
return findParentForDelete(parent);

@@ -150,0 +150,0 @@ }

{
"name": "@linaria/utils",
"description": "Blazing fast zero-runtime CSS in JS library",
"version": "4.1.0",
"version": "4.1.1",
"bugs": "https://github.com/callstack/linaria/issues",

@@ -6,0 +6,0 @@ "dependencies": {

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