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

testing-helpers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testing-helpers - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

babel.config.js

19

package.json
{
"name": "testing-helpers",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/lawnstarter/testinghelpers",
"version": "0.0.2",
"main": "build/index.js",
"repository": "https://github.com/lawnstarter/testing-helpers",
"author": "Michael Lefkowitz <lefkowitz.michael@gmail.com>",
"license": "MIT"
"license": "MIT",
"scripts": {
"build": "./node_modules/.bin/babel src/index.js --out-dir build"
},
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3"
}
}
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