Socket
Socket
Sign inDemoInstall

@krakenjs/universal-serialize

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@krakenjs/universal-serialize - npm Package Compare versions

Comparing version 3.0.0-typescript.2 to 3.0.0-typescript.3

dist/esm/deserialize.d.ts

7

package.json
{
"name": "@krakenjs/universal-serialize",
"version": "3.0.0-typescript.2",
"version": "3.0.0-typescript.3",
"description": "Javascript module template.",
"main": "index.js",
"main": "dist/universalSerialize.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

@@ -10,3 +11,3 @@ "scripts": {

"build:flow": "find ./dist -type f -not -path './node_modules/*' -name '*.d.ts' -exec sh -c 'flowgen --add-flow-header $1 -o ${1%.*.*}.js.flow' _ '{}' \\;",
"build:tsc": "tsc src/**/* --outDir ./dist/esm --declaration --emitDeclarationOnly --strict",
"build:tsc": "tsc src/*.ts --outDir ./dist/esm --declaration --emitDeclarationOnly --strict",
"build:types": "npm run build:tsc && npm run build:flow",

@@ -13,0 +14,0 @@ "webpack": "cross-env NODE_ENV=production babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",

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