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

@crackle/babel-plugin-remove-exports

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crackle/babel-plugin-remove-exports - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/index.d.mts

6

CHANGELOG.md
# @crackle/babel-plugin-remove-exports
## 0.3.0
### Minor Changes
- [#156](https://github.com/seek-oss/crackle/pull/156) [`4633a23`](https://github.com/seek-oss/crackle/commit/4633a230c74a7079e7f9cf581993ac54fdccce5c) Thanks [@mrm007](https://github.com/mrm007)! - Now generating types correctly according to https://arethetypeswrong.github.io
## 0.2.1

@@ -4,0 +10,0 @@

17

package.json
{
"name": "@crackle/babel-plugin-remove-exports",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",

@@ -9,3 +9,6 @@ "author": "SEEK",

".": {
"types": "./dist/index.d.ts",
"types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.ts"
},
"import": "./dist/index.mjs",

@@ -28,7 +31,7 @@ "require": "./dist/index.cjs"

"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@types/babel-plugin-tester": "^9.0.5",
"@types/babel__core": "^7.20.0",
"@types/babel__traverse": "^7.18.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@types/babel-plugin-tester": "^9.0.10",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.4",
"babel-plugin-tester": "^10.1.0"

@@ -35,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

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