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

@babel/helper-create-class-features-plugin

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-class-features-plugin - npm Package Compare versions

Comparing version 7.18.13 to 7.19.0

lib/decorators.js.map

4

lib/decorators.js

@@ -174,2 +174,4 @@ "use strict";

};
}
}
//# sourceMappingURL=decorators.js.map

@@ -151,2 +151,4 @@ "use strict";

return false;
}
}
//# sourceMappingURL=features.js.map

@@ -930,2 +930,4 @@ "use strict";

};
}
}
//# sourceMappingURL=fields.js.map

@@ -42,3 +42,3 @@ "use strict";

const version = "7.18.13".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.19.0".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const versionKey = "@babel/plugin-class-features/version";

@@ -237,2 +237,4 @@

};
}
}
//# sourceMappingURL=index.js.map

@@ -129,2 +129,4 @@ "use strict";

return declarations;
}
}
//# sourceMappingURL=misc.js.map

@@ -12,2 +12,4 @@ "use strict";

}
}
}
//# sourceMappingURL=typescript.js.map
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.18.13",
"version": "7.19.0",
"author": "The Babel Team (https://babel.dev/team)",

@@ -23,3 +23,3 @@ "license": "MIT",

"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.18.9",
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-member-expression-to-functions": "^7.18.9",

@@ -34,6 +34,6 @@ "@babel/helper-optimise-call-expression": "^7.18.6",

"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/preset-env": "^7.18.10"
"@babel/preset-env": "^7.19.0"
},

@@ -40,0 +40,0 @@ "engines": {

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