Socket
Socket
Sign inDemoInstall

loon-data

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

loon-data - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

1

dts/index.d.ts

@@ -8,1 +8,2 @@ export * from './decorators/EntityMapping';

export * from './ActiveRecord';
export * from './Adapter';

@@ -12,2 +12,3 @@ "use strict";

__export(require("./ActiveRecord"));
__export(require("./Adapter"));
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "loon-data",
"version": "0.3.0",
"version": "0.3.1",
"description": "Provide Mybatis ResultMap like function for NodeJS with Typescript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -12,2 +12,3 @@ "use strict";

__export(require("./ActiveRecord"));
__export(require("./Adapter"));
//# sourceMappingURL=index.js.map

@@ -8,2 +8,3 @@ export * from './decorators/EntityMapping';

export * from './Repository';
export * from './ActiveRecord';
export * from './ActiveRecord';
export * from './Adapter';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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