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 0.6.0 to 1.0.0

bin/codepage.njs

28

codepage.md

@@ -707,12 +707,28 @@ # Getting Codepages

"name": "codepage",
"version": "0.6.0",
"version": "1.0.0",
"author": "SheetJS",
"description": "pure-JS library to handle codepages",
"keywords": [ "codepage", "iconv", "convert", "strings" ],
"bin": {
"codepage": "./bin/codepage.njs"
},
"main": "cputils.js",
"dependencies": { "voc":"" },
"devDependencies": { "mocha":"" },
"scripts": { "build": "make js", "test": "make test" },
"repository": {"type":"git","url":"git://github.com/SheetJS/js-codepage.git"},
"config": { "blanket": { "pattern": "[cptable.js,cputils.js]" } },
"dependencies": {
"voc":"",
"commander":""
},
"devDependencies": {
"mocha":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-codepage.git"},
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make test",
"build": "make js"
},
"config": {
"blanket": {
"pattern": "[cptable.js,cputils.js]"
}
},
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },

@@ -719,0 +735,0 @@ "license": "Apache-2.0",

{
"name": "codepage",
"version": "0.6.0",
"version": "1.0.0",
"author": "SheetJS",
"description": "pure-JS library to handle codepages",
"keywords": [ "codepage", "iconv", "convert", "strings" ],
"bin": {
"codepage": "./bin/codepage.njs"
},
"main": "cputils.js",
"dependencies": { "voc":"" },
"devDependencies": { "mocha":"" },
"scripts": { "build": "make js", "test": "make test" },
"repository": {"type":"git","url":"git://github.com/SheetJS/js-codepage.git"},
"config": { "blanket": { "pattern": "[cptable.js,cputils.js]" } },
"dependencies": {
"voc":"",
"commander":""
},
"devDependencies": {
"mocha":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-codepage.git"},
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make test",
"build": "make js"
},
"config": {
"blanket": {
"pattern": "[cptable.js,cputils.js]"
}
},
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },

@@ -14,0 +30,0 @@ "license": "Apache-2.0",

@@ -14,2 +14,6 @@ # Codepages for JS

In node:
var cptable = require('codepage');
In the browser:

@@ -20,2 +24,6 @@

Alternatively, use the full version in the dist folder:
<script src="cptable.full.js"></script>
The complete set of codepages is large due to some Double Byte Character Set

@@ -42,6 +50,2 @@ encodings. A much smaller file that just includes SBCS codepages is provided in

In node:
var cptable = require('codepage');
## Usage

@@ -48,0 +52,0 @@

Sorry, the diff of this file is not supported yet

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