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

@fxjs/sql-query

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/sql-query - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/index.cjs.js

9

History.md
v0.1.3 / 2019-01-19
v0.1.4 / 2019-01-19
==================
* fix rolluped bundle's format.
* fix umd name.
v0.1.3 / 2019-01-19
===================
* Release v0.1.3
* add test about umd bundle.

@@ -6,0 +13,0 @@ * fix test cases.

14

package.json
{
"version": "0.1.3",
"version": "0.1.4",
"name": "@fxjs/sql-query",

@@ -17,12 +17,12 @@ "types": "@types/index.d.ts",

"build": "fib-typify src -o lib",
"build:umd": "fibjs ./rollup.build.js",
"build:rollup": "fibjs ./rollup.build.js",
"test": "fibjs test/run",
"test:umd": "cross-env ENTRY_SUFFIX=.umd.js fibjs test/vbox",
"test:rollup": "cross-env ENTRY_SUFFIX=.cjs.js fibjs test/vbox",
"ci": "npm run build && npm run test",
"ci:umd": "npm run build && npm run test:umd",
"prepublishOnly": "npm run build && npm run ci:umd"
"ci:rollup": "npm run build:rollup && npm run test:rollup",
"prepublishOnly": "npm run build && npm run ci:rollup"
},
"main": "./lib/Query",
"unpkg": "./lib/index.umd.js",
"jsdelivr": "./lib/index.umd.js",
"unpkg": "./lib/index.cjs.js",
"jsdelivr": "./lib/index.cjs.js",
"engines": {

@@ -29,0 +29,0 @@ "fibjs": "*"

@@ -25,5 +25,4 @@ const util = require('util');

await bundle.write({
file: path.resolve(__dirname, './lib/index.umd.js'),
name: 'FxSqlDDLSync',
format: 'umd'
file: path.resolve(__dirname, './lib/index.cjs.js'),
format: 'cjs'
}).catch(e => console.error(e));
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