New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

entities-standard

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entities-standard - npm Package Compare versions

Comparing version

to
1.0.1

9

package.json

@@ -5,3 +5,4 @@ {

"description": "An object mapping ~2000 standard HTML entities to their value.",
"version": "1.0.0",
"license": "MIT",
"version": "1.0.1",
"type": "module",

@@ -15,3 +16,3 @@ "main": "dist/index.js",

"compile:watch": "tsex compile --watch",
"prepublishOnly": "npm run clean && npm run compile"
"prepublishOnly": "tsex prepare"
},

@@ -24,5 +25,5 @@ "keywords": [

"devDependencies": {
"tsex": "^1.1.2",
"typescript": "^4.6.4"
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}

@@ -8,3 +8,3 @@ # Entities Standard

```sh
npm install --save entities-standard
npm install entities-standard
```

@@ -18,11 +18,8 @@

console.log ( entities );
/*
{
Aacute: 'Á',
aacute: 'á',
Abreve: 'Ă',
...and so on...
}
*/
// {
// Aacute: 'Á',
// aacute: 'á',
// Abreve: 'Ă',
// ...and so on...
// }
```

@@ -29,0 +26,0 @@