Socket
Socket
Sign inDemoInstall

web-namespaces

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

24

package.json
{
"name": "web-namespaces",
"version": "1.1.3",
"version": "1.1.4",
"description": "Map of web namespaces",

@@ -16,2 +16,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/web-namespaces/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -32,10 +36,10 @@ "contributors": [

"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"prettier": "^1.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.0"
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unified": "^8.0.0",
"xo": "^0.25.0"
},

@@ -45,4 +49,4 @@ "scripts": {

"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify . -s webNamespaces -o web-namespaces.js",
"build-mangle": "browserify . -s webNamespaces -p tinyify -o web-namespaces.min.js",
"build-bundle": "browserify index.json -s webNamespaces -o web-namespaces.js",
"build-mangle": "browserify index.json -s webNamespaces -p tinyify -o web-namespaces.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -49,0 +53,0 @@ "lint": "xo",

@@ -9,13 +9,13 @@ # web-namespaces

## Installation
## Install
[npm][]:
```bash
```sh
npm install web-namespaces
```
## Usage
## Use
```javascript
```js
var webNamespaces = require('web-namespaces')

@@ -22,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc