Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

warning

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warning - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

27

CHANGELOG.md

@@ -0,3 +1,18 @@

<a name="4.0.1"></a>
## [4.0.1](https://github.com/BerkeleyTrue/warning/compare/v4.0.0...v4.0.1) (2018-05-30)
### Bug Fixes
* add `var printWarning =` to comply with ES5 strict mode ([677dcfa](https://github.com/BerkeleyTrue/warning/commit/677dcfa)), closes [#25](https://github.com/BerkeleyTrue/warning/issues/25)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="4.0.0"></a>
# [4.0.0](https://github.com/BerkeleyTrue/warning/compare/v3.0.0...v4.0.0) (2018-05-22)
## [4.0.0](https://github.com/BerkeleyTrue/warning/compare/v3.0.0...v4.0.0) (2018-05-22)

@@ -23,14 +38,8 @@

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.0.0"></a>
### [3.0.0](https://github.com/BerkeleyTrue/warning/compare/v2.1.0...v3.0.0) (2015-10-04)
## [3.0.0](https://github.com/BerkeleyTrue/warning/compare/v2.1.0...v3.0.0) (2015-10-04)
### BREAKING CHANGE
* correct license in package.json ([6bd7ad5](https://github.com/BerkeleyTrue/warning/commit/6bd7ad5))
* **package.json** correct license field ([6bd7ad5](https://github.com/BerkeleyTrue/warning/commit/6bd7ad5))

@@ -37,0 +46,0 @@ <a name="2.1.0"></a>

{
"name": "warning",
"version": "4.0.0",
"version": "4.0.1",
"description": "A mirror of Facebook's Warning",

@@ -5,0 +5,0 @@ "main": "warning.js",

@@ -24,3 +24,3 @@ /**

if (__DEV__) {
function printWarning(format, args) {
var printWarning = function printWarning(format, args) {
var len = arguments.length;

@@ -27,0 +27,0 @@ args = new Array(len > 2 ? len - 2 : 0);

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