New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codelabs-react

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codelabs-react - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

babel.config.json

8

package.json
{
"name": "codelabs-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"type": "module",

@@ -12,3 +12,4 @@ "scripts": {

"prettier": "prettier . --check",
"prettier:fix": "prettier . --write"
"prettier:fix": "prettier . --write",
"build": "babel ./src --out-dir ./dist --ignore **.test.js"
},

@@ -19,2 +20,3 @@ "keywords": [],

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",

@@ -21,0 +23,0 @@ "@storybook/addon-actions": "^6.1.11",

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