Socket
Socket
Sign inDemoInstall

imul

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

11

package.json
{
"name": "imul",
"version": "1.0.0",
"description": "ES6 Math.imul() ponyfill",
"version": "1.0.1",
"description": "ES2015 Math.imul() ponyfill",
"license": "MIT",

@@ -16,3 +16,3 @@ "repository": "sindresorhus/imul",

"scripts": {
"test": "node test.js"
"test": "ava"
},

@@ -23,6 +23,3 @@ "files": [

"keywords": [
"es6",
"es2015",
"ecmascript",
"harmony",
"ponyfill",

@@ -37,4 +34,4 @@ "polyfill",

"devDependencies": {
"ava": "0.0.4"
"ava": "*"
}
}
# imul [![Build Status](https://travis-ci.org/sindresorhus/imul.svg?branch=master)](https://travis-ci.org/sindresorhus/imul)
> ES6 [`Math.imul()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul) ponyfill
> ES2015 [`Math.imul()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul) [ponyfill](https://ponyfill.com)
> Ponyfill: A polyfill that doesn't overwrite the native method
## Install

@@ -9,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc