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

serialize-as-code

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialize-as-code - npm Package Compare versions

Comparing version 1.0.6 to 1.0.8

build/cjs/index.js

14

package.json
{
"name": "serialize-as-code",
"version": "1.0.6",
"version": "1.0.8",
"description": "Serialize any Javascript object as its source code",
"main": "dist/index.js",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"files": [
"dist"
"build/esm",
"build/cjs",
"src"
],
"scripts": {
"dist": "rm -rf dist && rollup -c && for i in `ls src/`; do cp src/$i dist/$i.flow; done",
"dist": "rm -rf build && rollup -c",
"eslint": "eslint src/ test/",

@@ -50,3 +53,4 @@ "flow": "flow --quiet",

"rollup": "^1.3.2",
"rollup-plugin-babel": "^4.3.2"
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-flow-entry": "^0.3.0"
},

@@ -53,0 +57,0 @@ "jest": {

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