Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

realms-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realms-polyfill - npm Package Compare versions

Comparing version
0.7.2
to
0.7.3
+4
-5
package.json
{
"name": "realms-polyfill",
"version": "0.7.2",
"version": "0.7.3",
"description": "Realms polyfill",

@@ -9,3 +9,2 @@ "main": "dist/index.js",

"prepublish": "npm run build",
"postpublish": "npm run deploy",
"test": "tap dist/**/test/*.js dist/**/test.js | tap-spec",

@@ -21,3 +20,3 @@ "lint": "eslint src/**/*.js",

"type": "git",
"url": "git+https://github.com/checle/web-assembly.git"
"url": "git+https://github.com/checle/realms.git"
},

@@ -27,5 +26,5 @@ "author": "Filip Dalüge <daluege@gmail.com>",

"bugs": {
"url": "https://github.com/checle/web-assembly/issues"
"url": "https://github.com/checle/realms/issues"
},
"homepage": "https://github.com/checle/web-assembly",
"homepage": "https://github.com/checle/realms",
"devDependencies": {

@@ -32,0 +31,0 @@ "babel-cli": "^6.24.1",

@@ -5,4 +5,14 @@ # realms-polyfill

## Install
npm install realms-polyfill --save
## Usage
```javascript
import {Realm} from 'realms-polyfill'
```
## License
© 2016 Filip Dalüge, all rights reserved.