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

@dynacom/core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynacom/core - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

classes/request.js

@@ -83,3 +83,3 @@ const URL = require( 'url' );

request.headers.cookie && request.headers.cookie.split( ';' )
.forEach( function( cookie ) {
.forEach( ( cookie ) => {
let parts = cookie.split( '=' );

@@ -86,0 +86,0 @@ this._cookies[ parts.shift()

@@ -10,3 +10,3 @@ {

, "name": "@dynacom/core"
, "version": "1.1.7"
, "version": "1.1.8"
, "repository": {

@@ -13,0 +13,0 @@ "type": "git"

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