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

serializable-model

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serializable-model - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

src/index.ts

5

dist/index.js

@@ -6,6 +6,1 @@ "use strict";

exports.StringUtils = StringUtils_1.default;
// export default SerializableModel;
// export SerializableModel;
// export IDeserializable;
// export ISerializable;
// export StringUtils;

12

index.ts

@@ -1,11 +0,1 @@

export { default as SerializableModel} from './src/model/SerializableModel';
export { default as ISerializable} from './src/model/ISerializable';
export { default as IDeserializable} from './src/model/IDeserializable';
export { default as StringUtils} from './src/utils/StringUtils';
// export default SerializableModel;
// export SerializableModel;
// export IDeserializable;
// export ISerializable;
// export StringUtils;
export * from './src';
{
"name": "serializable-model",
"version": "1.0.3",
"version": "1.0.4",
"description": "A serializable and deserializable model written in TypeScript.",
"main": "src/index.ts",
"main": "dist/index.js",
"scripts": {
"test": "npm run dist:clean && npm run dist:build && mocha 'dist/**/*.unit.js'",
"test": "npm run build && npm run mocha",
"build": "npm run dist:clean && npm run dist:build",
"dist:build": "tsc --target es5 --module commonjs --outDir dist typings/main.d.ts src/**/*.ts src/*.ts",
"dist:clean": "rimraf dist",
"start": "npm run dist:clean && npm run dist:build"
"start": "npm run dist:clean && npm run dist:build",
"mocha": "mocha 'dist/**/*.unit.js'"
},

@@ -12,0 +14,0 @@ "repository": {

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