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

liyad

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liyad - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

build-scripts/copy-as-mjs.js

17

package.json
{
"name": "liyad",
"private": false,
"version": "0.0.44",
"version": "0.0.45",
"description": "Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.",

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

"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-env": "^7.4.2",
"@types/jasmine": "^3.3.12",
"@types/node": "^11.11.4",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/node": "^11.12.0",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3",
"babel-loader": "^8.0.5",

@@ -41,4 +41,4 @@ "cpx": "^1.5.0",

"npm-run-all": "^4.1.5",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"red-agate": "^0.2.16",

@@ -61,5 +61,6 @@ "reflect-metadata": "^0.1.13",

"clean:dist": "rimraf ./dist",
"build": "run-s build:cjs build:esm build:spec",
"build": "run-s build:cjs build:esm build:esm:2 build:spec",
"build:cjs": "tsc --module commonjs --target es2015 --outDir bin --declaration --declarationDir ./bin",
"build:esm": "tsc --outDir modules --declaration --declarationDir ./modules",
"build:esm:2": "node -e \"require('./build-scripts/copy-as-mjs').copyAsMjs('modules','modules')\"",
"build:spec": "webpack-cli --mode=development --config webpack.config.js",

@@ -66,0 +67,0 @@ "build:spec2": "tsc -p tsconfig.spec.json --module commonjs --target es2015 --outDir bin.test",

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