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

babel-preset-cgb

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-cgb - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

14

index.js
/**
* Basically the .babelrc file.
*/
// Update notifier.
const updateNotifier = require( 'update-notifier' );
const pkg = require( './package.json' );
const notifier = updateNotifier( {
pkg: pkg,
// updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day.
} );
if ( notifier.update ) {
notifier.notify();
process.exit( 0 );
}
module.exports = {

@@ -5,0 +19,0 @@ presets: [

37

package.json
{
"name": "babel-preset-cgb",
"version": "0.0.5",
"description": "Babel preset used by Create Guten Block",
"repository": "ahmadawais/create-guten-block",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmadawais/create-guten-block/issues"
},
"files": [
"index.js"
],
"dependencies": {
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0"
}
"name": "babel-preset-cgb",
"version": "1.0.0",
"description": "Babel preset used by Create Guten Block",
"repository": "ahmadawais/create-guten-block",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmadawais/create-guten-block/issues"
},
"files": [
"index.js"
],
"dependencies": {
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"update-notifier": "^2.3.0"
}
}
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