Socket
Socket
Sign inDemoInstall

warning

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

15

CHANGELOG.md

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

<a name="4.0.1"></a>
## [4.0.1](https://github.com/BerkeleyTrue/warning/compare/v4.0.0...v4.0.1) (2018-05-30)
<a name="4.0.2"></a>
## [4.0.2](https://github.com/BerkeleyTrue/warning/compare/v4.0.1...v4.0.2) (2018-08-17)

@@ -7,3 +7,4 @@

* 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)
* **use jest instead of tap:** tap is a PITA to debug ([c4c026b](https://github.com/BerkeleyTrue/warning/commit/c4c026b))
* remove [@provides](https://github.com/provides)Module annotation ([1d808f1](https://github.com/BerkeleyTrue/warning/commit/1d808f1))

@@ -17,2 +18,10 @@

<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)
<a name="4.0.0"></a>

@@ -19,0 +28,0 @@ ## [4.0.0](https://github.com/BerkeleyTrue/warning/compare/v3.0.0...v4.0.0) (2018-05-22)

38

package.json
{
"name": "warning",
"version": "4.0.1",
"version": "4.0.2",
"description": "A mirror of Facebook's Warning",
"main": "warning.js",
"browserify": {
"transform": [
"loose-envify"
]
},
"files": [
"warning.js"
],
"scripts": {
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
"test": "npm run test:dev && npm run test:prod",
"test:dev": "NODE_ENV=development jest",
"test:prod": "NODE_ENV=production jest",
"commit": "git cz",
"commitmsg": "commitlint -e $GIT_PARAMS"
},

@@ -21,4 +17,9 @@ "dependencies": {

"devDependencies": {
"browserify": "^11.0.1",
"tap": "^1.4.0",
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"browserify": "^16.2.2",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"jest": "^23.1.0",
"uglify-js": "^3.3.25"

@@ -30,2 +31,15 @@ },

},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserify": {
"transform": [
"loose-envify"
]
},
"files": [
"warning.js"
],
"keywords": [

@@ -32,0 +46,0 @@ "warning",

# Warning [![npm version](https://badge.fury.io/js/warning.svg)](https://badge.fury.io/js/warning)
[![Greenkeeper badge](https://badges.greenkeeper.io/BerkeleyTrue/warning.svg)](https://greenkeeper.io/)
A mirror of Facebook's [Warning](https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/__forks__/warning.js)

@@ -3,0 +5,0 @@

@@ -6,4 +6,2 @@ /**

* LICENSE file in the root directory of this source tree.
*
* @providesModule warning
*/

@@ -10,0 +8,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc