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.3 to 1.0.4

2

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

@@ -5,0 +5,0 @@ "description":

@@ -9,2 +9,4 @@ ## babel-plugin-object-source

Works with latest babel versions, including 6-th and 7-th branch. Tested on `babel-core@^6.26.0` and `@babel/core@7.0.0-beta.47`. Note that since 7-th version babel core package moved into dedicated org-namespace.
### Use case

@@ -69,12 +71,1 @@

```
### 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