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

@symbolic/lib

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/lib - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

2

dist/index.js

@@ -166,3 +166,3 @@ 'use strict';

var {status} = arg;
var id = arg.userId || arg.orgId;
var id = arg.userId || arg.orgId || arg.id;

@@ -169,0 +169,0 @@ if (id) arg = id - 1;

{
"name": "@symbolic/lib",
"version": "1.0.36",
"version": "1.0.37",
"description": "plain js utilities",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -66,3 +66,3 @@ import _ from 'lodash';

var {status} = arg;
var id = arg.userId || arg.orgId;
var id = arg.userId || arg.orgId || arg.id;

@@ -69,0 +69,0 @@ if (id) arg = id - 1;

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