Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "s" | ||
, "description": "tiny javascript sprintf" | ||
, "tags": ["string", "sprintf"] | ||
, "main": "./s" | ||
, "version": "0.1.1" | ||
, "devDependencies": { | ||
"mocha": "*" | ||
, "expect.js": "*" | ||
} | ||
"name": "s", | ||
"version": "1.0.0", | ||
"author": "sheetjs", | ||
"description": "SheetJS Spreadsheet Helper Library", | ||
"keywords": [ | ||
"excel", | ||
"office", | ||
"spreadsheet" | ||
], | ||
"bin": {}, | ||
"browser": { | ||
"buffer": false, | ||
"crypto": false, | ||
"stream": false, | ||
"process": false, | ||
"fs": false | ||
}, | ||
"main": "./index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/typings/index.d.ts", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.7", | ||
"mocha": "^6.2.0", | ||
"ts-node": "^8.3.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/SheetJS/js-xlsx.git" | ||
}, | ||
"scripts": {}, | ||
"config": { | ||
"blanket": { | ||
"pattern": "xlsx.js" | ||
} | ||
}, | ||
"alex": { | ||
"allow": [ | ||
"crash", | ||
"wtf", | ||
"holes" | ||
] | ||
}, | ||
"homepage": "http://sheetjs.com/opensource", | ||
"bugs": { | ||
"url": "https://github.com/SheetJS/js-xlsx/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=0.8" | ||
} | ||
} |
@@ -0,15 +1,12 @@ | ||
# s | ||
# s.js: minimalistic javascript sprintf(). | ||
TypeScript/JavaScript wrapper closely aligned with the OfficeJS Excel API in the | ||
MIT-licensed <https://github.com/OfficeDev/office-js-docs-reference> | ||
```js | ||
// standalone | ||
s('http://%s:%d', 'localhost', 40) | ||
The `1.x.x` releases should not be treated as stable. `0.x.x` releases serve to | ||
preserve the original use of the `S` module. | ||
// extend String.prototype | ||
s.extend(); | ||
'http://%s:%d'.s('localhost', 40); | ||
``` | ||
## License | ||
- Node/browser compatible. Published as `s` on npm. | ||
- Opt-in String.prototype extension | ||
- Only supports `%s` and `%d`. Escape `%` as `%%`. | ||
Please consult the attached LICENSE file for details. All rights not explicitly | ||
granted by the Apache 2.0 License are reserved by the Original Author. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
48165
69
0
569
1
0
0
3
13
2