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

@types/babelify

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

@types/babelify - npm Package Compare versions

Comparing version 7.3.2 to 7.3.3

babelify/index.d.ts

9

babelify/package.json
{
"name": "@types/babelify",
"version": "7.3.2",
"version": "7.3.3",
"description": "TypeScript definitions for babelify v7.3.0",

@@ -13,4 +13,7 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"typings": "babelify.d.ts"
"dependencies": {
"@types/babel-core": "6.7.*",
"@types/node": "6.0.*"
},
"typings": "index.d.ts"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Fri, 19 Aug 2016 15:08:18 GMT
* File structure: DeclareModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
* Last updated: Mon, 22 Aug 2016 18:53:16 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: babel-core, stream
* Global values: Babelify
# Credits
These definitions were written by TeamworkGuy2 <https://github.com/TeamworkGuy2>.
{
"authors": "TeamworkGuy2 <https://github.com/TeamworkGuy2>",
"definitionFilename": "babelify.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [
"babel-core",
"stream"
],
"libraryMajorVersion": "7",

@@ -13,4 +18,6 @@ "libraryMinorVersion": "3",

"sourceBranch": "types-2.0",
"kind": "DeclareModule",
"globals": [],
"kind": "ProperModule",
"globals": [
"Babelify"
],
"declaredModules": [

@@ -20,6 +27,6 @@ "babelify"

"files": [
"babelify.d.ts"
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "c6a2309751bea55f9670ca5062ff78fe15f62598f0a953d1786d7c34e21be49d"
"contentHash": "53160b972ca90ab32d6c5c18dc05abdfc51d23fac988196a4d74c20f4cfac254"
}
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