Comparing version 1.6.0 to 1.7.0
@@ -8,3 +8,3 @@ /* cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */ | ||
if(typeof require !== "undefined"){ | ||
var cpt = require('./cpt' + 'able'); | ||
var cpt = require('./cptable'); | ||
if (typeof module !== 'undefined' && module.exports) module.exports = factory(cpt); | ||
@@ -11,0 +11,0 @@ else root.cptable = factory(cpt); |
@@ -8,3 +8,3 @@ /* cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */ | ||
if(typeof require !== "undefined"){ | ||
var cpt = require('./cpt' + 'able'); | ||
var cpt = require('./cptable'); | ||
if (typeof module !== 'undefined' && module.exports) module.exports = factory(cpt); | ||
@@ -11,0 +11,0 @@ else root.cptable = factory(cpt); |
{ | ||
"name": "codepage", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"author": "SheetJS", | ||
@@ -5,0 +5,0 @@ "description": "pure-JS library to handle codepages", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
0
3358298