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

@ctx-core/clipboard

Package Overview
Dependencies
Maintainers
1
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/clipboard - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

7

package.json
{
"name": "@ctx-core/clipboard",
"version": "1.1.7",
"version": "1.1.8",
"description": "ctx-core clipboard",

@@ -32,8 +32,7 @@ "main": "lib.js",

"dependencies": {
"@ctx-core/object": "^6.3.1"
"@ctx-core/object": "^6.3.2"
},
"devDependencies": {
"typescript": "^3.7.2"
},
"gitHead": "8cbf83bdfd85d822d7a96acbeb995fec1b9e5ca2"
}
}
{
"extends": "../../tsconfig.json",
"compileOnSave": true,
"compilerOptions": {
"target": "es2018",
"composite": true,
"declaration": true,
"noEmitOnError": true,
"noErrorTruncation": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"typeRoots": [
"../../../node_modules/@types",
"../../node_modules/@types",
"node_modules/@types"
],
"outDir": ".",

@@ -10,5 +29,4 @@ "declarationDir": ".",

},
"references": [
{"path": "../object"}
]
}
"exclude": [],
"references": []
}
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