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

@cryptic-css/core

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "@cryptic-css/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "> TODO: description",

@@ -35,3 +35,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>",

},
"gitHead": "d7cfc611403fbed1df4100d23b6b64e3b297e795"
"gitHead": "b1e9a6df693570f88c1602647bfe1a4c1c0063f0"
}

@@ -14,5 +14,5 @@ import options from './options'

: (...args) => {
if (!IS_PROD && args[3]) {
if (!IS_PROD) {
try {
args[3](args)
args[3] && args[3](args)
// eslint-disable-next-line no-empty

@@ -19,0 +19,0 @@ } catch {}

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