Huge News!Announcing our $40M Series B led by Abstract Ventures.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.30 to 1.0.31

2

dist/index.js

@@ -10,2 +10,4 @@ 'use strict';

var fetch = require('node-fetch');
var api = {

@@ -12,0 +14,0 @@ async request({uri, body={}}, {token, shouldAlert=true}={}) {

6

package.json
{
"name": "@symbolic/lib",
"version": "1.0.30",
"version": "1.0.31",
"description": "plain js utilities",

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

"dependencies": {
"axios": "^0.19.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"node-fetch": "^2.6.0"
},

@@ -20,0 +20,0 @@ "devDependencies": {

import _ from 'lodash';
import Cookies from 'js-cookie';
var fetch = require('node-fetch');
var api = {

@@ -5,0 +7,0 @@ async request({uri, body={}}, {token, shouldAlert=true}={}) {

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