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

allege

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allege - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

index.js
'use strict';
require('babel-polyfill-safer');
/**

@@ -4,0 +5,0 @@ * @description Determine if `needle` exists anywhere in `haystack`

4

package.json
{
"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

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