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

async_fn

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async_fn - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

package.json
{
"name": "async_fn",
"version": "0.2.1",
"version": "0.2.2",
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>",

@@ -15,3 +15,3 @@ "description": "One-method library for calling asynchronous functions one by one in a queue",

"es6-collections": "^0.5.6",
"jquery": "^3.1.1",
"jquery": "^2.2.0",
"karma": "^0.13.22",

@@ -39,3 +39,3 @@ "karma-chai": "^0.1.0",

"peerDependencies": {
"jquery": "^3.1.1"
"jquery": "^2.2.0"
},

@@ -42,0 +42,0 @@ "engine": {

@@ -11,8 +11,4 @@ const path = require('path')

new webpack.optimize.UglifyJsPlugin({minimize: true}),
new UnminifiedWebpackPlugin(),
new webpack.ProvidePlugin({
$: "jquery"
})
new UnminifiedWebpackPlugin()
)
externals.push('jquery')

@@ -19,0 +15,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