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

@ima/devtools-scripts

Package Overview
Dependencies
Maintainers
11
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ima/devtools-scripts - npm Package Compare versions

Comparing version 17.13.0 to 18.0.0-rc.0

.turbo/turbo-build.log

4

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [17.13.0](https://github.com/seznam/ima/compare/v17.12.3...v17.13.0) (2022-04-06)
# [18.0.0-rc.0](https://github.com/seznam/ima/compare/v17.12.3...v18.0.0-rc.0) (2022-05-26)

@@ -12,3 +12,3 @@

* 🐛 Added devtools-scripts missing clone helper destructing ([06b0f9a](https://github.com/seznam/ima/commit/06b0f9a7022807be51d352d19b620fd698a3baf8))
* 🐛 updated packagelocks ([c3d6ce1](https://github.com/seznam/ima/commit/c3d6ce1f8b4d224673793261f60469f3c840b096))

@@ -15,0 +15,0 @@

{
"name": "@ima/devtools-scripts",
"version": "17.13.0",
"version": "18.0.0-rc.0",
"description": "IMA.js devtool script used in the @ima/devtools.",
"main": "es/main.string.js",
"scripts": {
"preversion": "npm test",
"test": "echo \"Error: no test specified\" && exit 0",
"build:commonjs": "NODE_ENV=cjs rollup -c -o lib/main.js",
"build:es": "NODE_ENV=es rollup -c -o es/main.js",
"build:string": "babel --plugins @babel/plugin-transform-template-literals ./es/main.js | (echo '// DO NOT MODIFY FILE, FILE IS AUTO GENERATED FROM OTHER REPOSITORIES \nexport default function(hooks) { return `' && cat && echo 'createDevtool(({ importIMAClass, clone, aop, createHook, hookName, createCallTrap, emit }) => { ${Object.values(hooks).filter(hook => hook.enabled).map(hook => hook.code).join(\"\\\\n\\\\n\")} });' && echo '`; }') > ./es/main.string.js",
"build:script": "npm run build:commonjs && npm run build:es",
"build": "npm run build:script && npm run build:string",
"dev": "NODE_ENV=es rollup -c -w -o es/main.js",
"prepare": "npm run build"
},
"keywords": [

@@ -24,2 +12,11 @@ "IMA",

],
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git",
"directory": "packages/devtools-scripts"
},
"license": "MIT",
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>",

@@ -32,27 +29,23 @@ "contributors": [

],
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git"
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
"browser": "./dist/main.js",
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch",
"lint": "eslint './**/*.{js,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 0",
"preversion": "npm test"
},
"bugs": {
"url": "https://github.com/seznam/ima/issues"
"dependencies": {
"to-aop": "^0.5.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-transform-template-literals": "7.12.1",
"rollup": "2.38.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0"
"@babel/plugin-transform-template-literals": "^7.16.7"
},
"dependencies": {
"easy-uid": "1.0.2",
"to-aop": "0.5.1"
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "6c13fd8b122e9e10591e17f761ea019b95311d01"
"gitHead": "bd1166ac6d14e5695bbf5d58cda5daa04e6374e8"
}

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