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

map-number

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-number - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/map.umd.min.js

41

CHANGELOG.md

@@ -1,7 +0,12 @@

# 1.1.1
# 1.1.2 (30-05-2019)
* build minified `umd` module
* dependencies updated
# 1.1.1 (29-05-2019)
* improved documentation
* dependencies updated
# 1.1.0
# 1.1.0 (29-05-2019)

@@ -13,3 +18,3 @@ * added `ceil` method

# 1.0.13
# 1.0.13 (28-05-2019)

@@ -19,3 +24,3 @@ * added badge: `install size`

# 1.0.12
# 1.0.12 (28-05-2019)

@@ -25,15 +30,15 @@ * dependencies updated

# 1.0.11
# 1.0.11 (27-05-2019)
* added badge: `types`
# 1.0.10
# 1.0.10 (27-05-2019)
* added test for alias
# 1.0.9
# 1.0.9 (27-05-2019)
* implemented own `min` & `max` function
# 1.0.8
# 1.0.8 (25-05-2019)

@@ -44,11 +49,11 @@ * improved documentation

# 1.0.7
# 1.0.7 (24-05-2019)
* dependencies updated
# 1.0.6
# 1.0.6 (24-05-2019)
* improved documentation
# 1.0.5
# 1.0.5 (22-05-2019)

@@ -58,9 +63,9 @@ * added badge: `snyk`

# 1.0.4
# 1.0.4 (22-05-2019)
* added new keywords
* added wrap alias for create method
* corrected umd export name
* added wrap alias for `create` method
* corrected `umd` export name
# 1.0.3
# 1.0.3 (22-05-2019)

@@ -70,3 +75,3 @@ * improved documentation

# 1.0.2
# 1.0.2 (22-05-2019)

@@ -76,3 +81,3 @@ * added `circleci` & `greenkeeper`

# 1.0.1
# 1.0.1 (21-05-2019)

@@ -82,4 +87,4 @@ * fixed [#1](https://github.com/manferlo81/map-number/issues/1)

# 1.0.0
# 1.0.0 (21-05-2019)
* first release
{
"name": "map-number",
"version": "1.1.1",
"version": "1.1.2",
"description": "processing/p5.js map like function, including floating point numbers support",

@@ -9,3 +9,6 @@ "main": "dist/map.cjs.js",

"bundlib": {
"name": "mapNum"
"name": "mapNum",
"min": [
"browser"
]
},

@@ -36,7 +39,7 @@ "types": "types/index.d.ts",

"@types/node": "^12.0.3",
"bundlib": "^0.3.1",
"bundlib": "^0.3.2",
"eslint": "^5.16.0",
"jest": "^24.8.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
"typescript": "^3.5.1"
},

@@ -43,0 +46,0 @@ "files": [

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