Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codepage

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codepage - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

cputils.js

@@ -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

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