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

cwise-parser

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwise-parser - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -28,4 +28,4 @@ "use strict"

return identifier in window
} else if(typeof GLOBAL !== "undefined") {
return identifier in GLOBAL
} else if(typeof global !== "undefined") {
return identifier in global
} else if(typeof self !== "undefined") {

@@ -32,0 +32,0 @@ return identifier in self

{
"name": "cwise-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parser for cwise",

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

@@ -0,0 +0,0 @@ cwise-parser

@@ -0,0 +0,0 @@ "use strict"

Sorry, the diff of this file is not supported yet

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