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

babel-preset-nodely

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-nodely - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.3.0 (2018-09-02)
* Upgrade dependencies (stop using Babel 7 beta and use Babel 7 official release)
# 0.2.0 (2018-06-13)

@@ -2,0 +7,0 @@

27

package.json
{
"name": "babel-preset-nodely",
"version": "0.2.0",
"version": "0.3.0",
"description": "Babel preset used by nodely.",

@@ -42,18 +42,17 @@ "main": "lib/index.js",

"babel-core": "^7.0.0-0",
"babel-jest": "23.0.1",
"codecov": "3.0.2",
"flow-bin": "0.73.0",
"jest": "23.1.0",
"babel-jest": "23.4.2",
"codecov": "3.0.4",
"jest": "23.5.0",
"jest-serializer-path": "0.1.15",
"lintly": "0.2.1",
"nodely": "0.6.0"
"lintly": "0.3.0",
"nodely": "0.8.0"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-0",
"@babel/preset-env": "^7.0.0-0",
"@babel/preset-flow": "^7.0.0-0",
"@babel/preset-react": "^7.0.0-0"
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0"
},

@@ -60,0 +59,0 @@ "jest": {

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