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

@onflow/config

Package Overview
Dependencies
Maintainers
12
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/config - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0-alpha.0

11

CHANGELOG.md
# @onflow/config
## 1.2.0-alpha.0
### Minor Changes
- TS build
### Patch Changes
- Updated dependencies []:
- @onflow/util-actor@1.3.0-alpha.0
## 1.1.1

@@ -4,0 +15,0 @@

9

package.json
{
"name": "@onflow/config",
"version": "1.1.1",
"version": "1.2.0-alpha.0",
"description": "Config for FCL-JS",

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@onflow/fcl-bundle": "^1.3.1",
"@onflow/fcl-bundle": "^1.4.0-alpha.0",
"@types/estree": "^1.0.1",

@@ -30,4 +30,3 @@ "jest": "^29.5.0",

"test": "jest",
"build": "npm run lint && fcl-bundle",
"build:types": "tsc",
"build": "tsc && npm run lint && fcl-bundle",
"test:watch": "jest --watch",

@@ -39,3 +38,3 @@ "start": "fcl-bundle --watch",

"@babel/runtime": "^7.18.6",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-actor": "^1.3.0-alpha.0",
"eslint": "^8.34.0",

@@ -42,0 +41,0 @@ "eslint-plugin-jsdoc": "^40.0.0"

{
"extends": "../../tsconfig",
// Change this to match your project
"include": ["src/**/*"],
"exclude": [
"src/**/*.test.js",
],
"compilerOptions": {
// Tells TypeScript to read JS files, as
// normally they are ignored as source files
"allowJs": true,
// Generate d.ts files
"declaration": true,
// This compiler run should
// only output d.ts files
"emitDeclarationOnly": true,
// Types should go into this directory.

@@ -20,6 +10,3 @@ // Removing this would place the .d.ts files

"outDir": "types",
// go to js file when using IDE functions like
// "Go to Definition" in VSCode
"declarationMap": false,
}
}
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