New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atomic-css-in-js-ci/atomic-css-in-js

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-css-in-js-ci/atomic-css-in-js - npm Package Compare versions

Comparing version 0.0.0-0bdc3ddb2 to 0.0.0-23c9dd812

6

babel.js

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

} catch (e) {
throw new Error("[".concat(filename, "] ").concat(errorMessage, ": ").concat(e === null || e === void 0 ? void 0 : e.message));
var error = new Error("[".concat(filename, "] ").concat(errorMessage, ": ").concat(e === null || e === void 0 ? void 0 : e.message));
error.stack = e.stack;
throw error;
}

@@ -535,3 +537,3 @@ }

var stylesToPull = attempt(function () {
var result = requireFromString(transformedCode);
var result = requireFromString(transformedCode, "".concat(filename, ".styles-extract.js"));
return Object.entries(result).filter(function (_ref) {

@@ -538,0 +540,0 @@ var _ref2 = _slicedToArray(_ref, 2),

{
"name": "@atomic-css-in-js-ci/atomic-css-in-js",
"version": "0.0.0-0bdc3ddb2",
"version": "0.0.0-23c9dd812",
"main": "index.js",

@@ -5,0 +5,0 @@ "module": "index.esm.js",

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