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

entities-decode

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entities-decode - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

13

package.json

@@ -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 @@

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