entities-decode
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,4 @@ { | ||
"description": "Fast function for decoding HTML entities.", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
"version": "2.0.1", | ||
"type": "module", | ||
@@ -17,3 +18,3 @@ "main": "dist/index.js", | ||
"test:watch": "tsex test --watch", | ||
"prepublishOnly": "npm run clean && npm run compile && npm run test" | ||
"prepublishOnly": "tsex prepare" | ||
}, | ||
@@ -28,9 +29,9 @@ "keywords": [ | ||
"dependencies": { | ||
"entities-standard": "^1.0.0" | ||
"entities-standard": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"fava": "^0.0.6", | ||
"tsex": "^1.1.2", | ||
"typescript": "^4.6.4" | ||
"fava": "^0.3.4", | ||
"tsex": "^4.0.2", | ||
"typescript": "^5.7.3" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # Entities Decode | ||
```sh | ||
npm install --save entities-decode | ||
npm install entities-decode | ||
``` | ||
@@ -17,3 +17,5 @@ | ||
decode ( '&:' ); // => '&:' | ||
// Let's decode some HTML entities | ||
decode ( 'foo&:bar' ); // => 'foo&:bar' | ||
``` | ||
@@ -20,0 +22,0 @@ |
24
2709
5
18
Updatedentities-standard@^1.0.1