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

babel-plugin-function-time

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-function-time - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.babelrc

34

package.json
{
"name": "babel-plugin-function-time",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "rainie",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-template": "^6.16.0"
}
"name": "babel-plugin-function-time",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "babel src/ -d lib/",
"test": "mocha -u bdd --compilers js:babel-core/register"
},
"author": "rainie",
"license": "ISC",
"dependencies": {
"babel-template": "^6.16.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.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