Socket
Socket
Sign inDemoInstall

obtain-unicode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obtain-unicode - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

5

package.json
{
"name": "obtain-unicode",
"description": "implementation of convert a DOMString to a sequence of Unicode characters at http://www.w3.org/TR/WebIDL/#dfn-obtain-unicode and shim for String.fromCodePoint()",
"version": "0.0.2",
"version": "0.0.3",
"author": "Jxck",

@@ -9,2 +9,5 @@ "bugs": {

},
"devDependencies": {
"bower": "^1.3.12"
},
"homepage": "https://github.com/jxck/obtain-unicode",

@@ -11,0 +14,0 @@ "keywords": [

2

README.md

@@ -48,3 +48,3 @@ # Isomorphic Unicode Codepoint to/from String converter

```typescript
// polyfill for String.fromCharCode
// polyfill for String.fromCodePoint
declare var String: {

@@ -51,0 +51,0 @@ new (value?: any): String;

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