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

babel-plugin-object-source

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-object-source - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

package.json
{
"name": "babel-plugin-object-source",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -30,4 +30,5 @@ "description":

"babel-core": "^6.26.0",
"@babel/core": "7.0.0-beta.47",
"jest": "^22.0.3"
}
}

@@ -68,1 +68,12 @@ ## babel-plugin-object-source

```
### Package testing
Since plugin should work properly with `babel-core@^6.26.0` and `babel core@^7.0.0` versions, it should be included in integration tests.
Hovewer, `npm` does not support existence of different versions of same package in `dependencies` or `devDependencies`.
Unfontunely, there is no smart workaround for this: see [here](https://github.com/npm/npm/issues/5499#issuecomment-129481232)
and [here](https://stackoverflow.com/questions/43770328/) for more details.
That's why repository introduces fake `babelcore6-1.0.0.tgz` and `babelcore7-1.0.0.tgz` local packages.
They does not include nothing, execpt dependency for `babel-core@^6.26.0` and `babel core@^7.0.0` packages respectively.
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