Socket
Socket
Sign inDemoInstall

@petamoriken/float16

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@petamoriken/float16 - npm Package Compare versions

Comparing version 3.6.2 to 3.6.3

4

browser/float16.js

@@ -1,2 +0,2 @@

/*! @petamoriken/float16 v3.6.2 | MIT License - https://git.io/float16 */
/*! @petamoriken/float16 v3.6.3 | MIT License - https://git.io/float16 */

@@ -1247,3 +1247,3 @@ const float16 = (function (exports) {

Object.defineProperty(exports, '__esModule', { value: true });
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });

@@ -1250,0 +1250,0 @@ return exports;

{
"name": "@petamoriken/float16",
"version": "3.6.2",
"version": "3.6.3",
"description": "IEEE 754 half-precision floating-point for JavaScript",

@@ -42,2 +42,3 @@ "keywords": [

"main": "./lib/index.cjs",
"browser": "./browser/float16.js",
"module": "./src/index.mjs",

@@ -75,12 +76,12 @@ "types": "index.d.ts",

"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@types/nightwatch": "^1.3.4",
"@types/nightwatch": "^2.0.0",
"babel-plugin-replace-import-extension": "^1.1.2",
"browserslist": "^4.19.1",
"browserslist": "^4.20.0",
"concurrently": "^7.0.0",
"eslint": "^8.9.0",
"eslint": "^8.10.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.1",
"eslint-plugin-jsdoc": "^37.9.7",
"espower-cli": "^1.1.0",

@@ -91,8 +92,8 @@ "espower-loader": "^1.2.2",

"http-server": "^14.1.0",
"mocha": "^9.2.0",
"nightwatch": "^2.0.7",
"mocha": "^9.2.1",
"nightwatch": "^2.0.10",
"nightwatch-saucelabs-endsauce": "^1.0.5",
"nyc": "^15.1.0",
"power-assert": "^1.4.2",
"rollup": "^2.67.2",
"rollup": "^2.70.0",
"rollup-plugin-cleanup": "^3.2.1",

@@ -99,0 +100,0 @@ "source-map-support": "^0.5.21"

Sorry, the diff of this file is not supported yet

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