Comparing version 0.6.0 to 1.0.0
@@ -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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
42700654
204
81446
1
266
12
2
2
116
+ Addedcommander@
+ Addedcommander@12.1.0(transitive)