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

babel-plugin-transform-function-sent

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-function-sent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/index.js

26

package.json
{
"name": "babel-plugin-transform-function-sent",
"version": "1.0.0",
"version": "1.0.1",
"description": "Patch function.sent",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"src"
],
"scripts": {
"mocha": "mocha --ui tdd",
"test": "npm run patch; npm run mocha; e=$?; npm run unpatch; exit $e",
"patch": "ln -s .. node_modules/babel-plugin-transform-function-sent",
"unpatch": "rm node_modules/babel-plugin-transform-function-sent",
"prepublish": "babel src -d lib && echo \"\nmodule.exports = exports['default'];\" >> lib/index.js",
"dev": "babel src -d lib -w"
"test": "mocha --compilers js:babel-register",
"dev": "npm run test -- --watch",
"prepublish": "rm -rf lib && babel src -d lib && echo \"\nmodule.exports = exports['default'];\" >> lib/index.js"
},

@@ -25,16 +23,18 @@ "keywords": [

"license": "MIT",
"dependencies": {
"babel-plugin-syntax-function-sent": "^6.8.0",
"babel-runtime": "^6.9.2",
"babel-template": "^6.9.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-helper-plugin-test-runner": "^6.8.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-types": "^6.9.1",
"mocha": "^2.5.3"
},
"dependencies": {
"babel-plugin-syntax-function-sent": "^6.8.0",
"babel-template": "^6.9.0"
},
"repository": "hax/babel-plugin-transform-function-sent"
}
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