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

sjs-base-model

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sjs-base-model - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

8

package.json
{
"name": "sjs-base-model",
"version": "1.7.0",
"version": "1.8.0",
"description": "BaseModel helps translate data to models",

@@ -23,7 +23,7 @@ "keywords": [

"type-check:watch": "npm run type-check -- --watch",
"build:types": "tsc --emitDeclarationOnly",
"---------- DEVELOPMENT -------------------------------------": "",
"prewatch": "npm run clean",
"prewatch": "npm run clean && npm run build:types",
"watch": "rollup -cw",
"---------- BUILD -------------------------------------------": "",
"build:types": "tsc --emitDeclarationOnly",
"prebuild": "npm run type-check && npm run clean && npm run build:types",

@@ -38,3 +38,2 @@ "build": "rollup -c",

"---------- PUBLISH -----------------------------------------": "",
"prerelease": "npm run test",
"release": "np",

@@ -45,3 +44,2 @@ "------------------------------------------------------------": ""

"module": "dist/index.esm.js",
"browser": "dist/index.iife.js",
"types": "dist/types/index.d.ts",

@@ -48,0 +46,0 @@ "files": [

@@ -321,2 +321,6 @@ <p align="center">

- 2019-02-17 v1.8.0 Fix issue with webpack builds.
- 2019-02-17 v1.7.0 Update rollup build processes.
- 2018-12-07 v1.5.2 Add ConversionTypeEnum.JSON to IConvertOption.

@@ -323,0 +327,0 @@

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