Comparing version 1.0.5 to 1.0.6
'use strict'; | ||
require('babel-polyfill-safer'); | ||
/** | ||
@@ -4,0 +5,0 @@ * @description Determine if `needle` exists anywhere in `haystack` |
{ | ||
"name": "allege", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"jsnext:main": "src/index.js", | ||
@@ -23,2 +23,4 @@ "description": "Make complex conditionals easier to read and write", | ||
"dependencies": { | ||
"babel-polyfill": "^6.9.1", | ||
"babel-polyfill-safer": "^6.6.1", | ||
"babel-runtime": "^6.9.2" | ||
@@ -25,0 +27,0 @@ }, |
@@ -6,2 +6,6 @@ import babel from 'rollup-plugin-babel'; | ||
dest: 'index.js', | ||
/** | ||
* We polyfill `Array.prototype.includes` for the CJS version. | ||
*/ | ||
intro: `require('babel-polyfill-safer');`, | ||
plugins: [ | ||
@@ -8,0 +12,0 @@ babel({ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
382
0
36135
3
+ Addedbabel-polyfill@^6.9.1
+ Addedbabel-polyfill-safer@^6.6.1
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-polyfill-safer@6.6.1(transitive)
+ Addedregenerator-runtime@0.10.5(transitive)