New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-proposal-partial-application

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-partial-application - npm Package Compare versions

Comparing version

to
7.8.3

13

package.json
{
"name": "@babel/plugin-proposal-partial-application",
"version": "7.8.0",
"version": "7.8.3",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-partial-application",
"license": "MIT",
"type": "commonjs",
"publishConfig": {

@@ -16,4 +15,4 @@ "access": "public"

"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0",
"@babel/plugin-syntax-partial-application": "^7.8.0"
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-partial-application": "^7.8.3"
},

@@ -24,6 +23,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/helper-plugin-test-runner": "^7.8.0"
"@babel/core": "^7.8.3",
"@babel/helper-plugin-test-runner": "^7.8.3"
},
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
}