Socket
Socket
Sign inDemoInstall

jscrambler

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscrambler - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

jscrambler.js

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

if (sourceId) {
if (/^.*\..*$/.test(sourceId))
if (!/^.*\..*$/.test(sourceId))
throw new Error('Source extension missing');

@@ -28,0 +28,0 @@ else path += '/' + sourceId;

{
"name": "jscrambler",
"description": "JScrambler API client.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/magalhas/node-jscrambler",

@@ -6,0 +6,0 @@ "author": {

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