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.3.0 to 1.3.1

2

codepage.md

@@ -715,3 +715,3 @@ # Getting Codepages

"name": "codepage",
"version": "1.3.0",
"version": "1.3.1",
"author": "SheetJS",

@@ -718,0 +718,0 @@ "description": "pure-JS library to handle codepages",

@@ -7,3 +7,3 @@ /* cputils.js (C) 2013-2014 SheetJS -- http://sheetjs.com */

if(typeof require !== "undefined"){
var cpt = require('./cptable');
var cpt = require('./cpt' + 'able');
if (typeof module !== 'undefined' && module.exports) module.exports = factory(cpt);

@@ -10,0 +10,0 @@ else root.cptable = factory(cpt);

@@ -7,3 +7,3 @@ /* cputils.js (C) 2013-2014 SheetJS -- http://sheetjs.com */

if(typeof require !== "undefined"){
var cpt = require('./cptable');
var cpt = require('./cpt' + 'able');
if (typeof module !== 'undefined' && module.exports) module.exports = factory(cpt);

@@ -10,0 +10,0 @@ else root.cptable = factory(cpt);

{
"name": "codepage",
"version": "1.3.0",
"version": "1.3.1",
"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

Sorry, the diff of this file is too big to display

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